Skip to content

Commit

Permalink
TASK: Update info for locale
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin-K committed Aug 9, 2018
1 parent 9894378 commit 23d889a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Resources/Private/Templates/Dictionary/Edit.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<f:form action="update" object="{dictionary}" objectName="dictionary">
<ol>
<li>
<label for="locale">Locale</label>
<label for="locale">Locale (en_GB, de_DE, ...)</label>
<f:form.textfield property="locale" id="locale" />
</li>

Expand Down
2 changes: 1 addition & 1 deletion Resources/Private/Templates/Dictionary/New.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<f:form action="create" objectName="newDictionary">
<ol>
<li>
<label for="locale">Locale (en, de, ...)</label>
<label for="locale">Locale (en_GB, de_DE, ...)</label>
<f:form.textfield property="locale" id="locale" />
</li>

Expand Down

0 comments on commit 23d889a

Please sign in to comment.