Skip to content

Commit

Permalink
escape fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jzakotnik committed Aug 5, 2021
1 parent 172f381 commit 494946c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nextjs/mwe/pages/admin.js
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,8 @@ export default function Admin(props) {
Links zum Lunchprofil erzeugen
</Typography>
<Typography component="body1" variant="body1">
Wenn Du "Erzeugen" klickst werden zwei Web-Links erzeugt, mit denen
Du Dein Lunch-Profil verwalten kannst.
Wenn Du <i>Erzeugen</i> klickst werden zwei Web-Links erzeugt, mit
denen Du Dein Lunch-Profil verwalten kannst.
<ul>
<li>
Den Leser-Link kannst Du verteilen (z.B. im eMail Footer) und so
Expand Down

0 comments on commit 494946c

Please sign in to comment.