small fixes

This commit is contained in:
teldra 2022-04-04 12:10:06 +02:00
parent 5d358d01d4
commit e2fbbddb0c
2 changed files with 4 additions and 1 deletions

View File

@ -28,6 +28,9 @@ other = "Über uns"
[readmore]
other = "weiterlesen"
[content]
other = "Inhalt"
[categories]
other = "Kategorien"

View File

@ -1,2 +1,2 @@
<label for="content">{{ i18n "subject" }}*</label>
<label for="content">{{ i18n "content" }}*</label>
<textarea id="contentform" name="content" value="" placeholder=""></textarea>