Skip to content

Commit 6d2a9c9

Browse files
committed
Fixed two minor issues in the new translation files
1 parent 3f8d3bb commit 6d2a9c9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

app/Resources/translations/messages.en.xliff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,11 +221,11 @@
221221
<target>administrator</target>
222222
</trans-unit>
223223
<trans-unit id="help.reload_fixtures">
224-
<source>reload_fixtures</source>
224+
<source>help.reload_fixtures</source>
225225
<target>If these users don't work, reload application fixtures by running this command from the terminal:</target>
226226
</trans-unit>
227227
<trans-unit id="help.add_user">
228-
<source>add_user</source>
228+
<source>help.add_user</source>
229229
<target>If you want to create new users, run this other command:</target>
230230
</trans-unit>
231231
<trans-unit id="help.more_information">

app/Resources/translations/messages.fr.xliff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,11 +225,11 @@
225225
<target>administrateur</target>
226226
</trans-unit>
227227
<trans-unit id="help.reload_fixtures">
228-
<source>reload_fixtures</source>
228+
<source>help.reload_fixtures</source>
229229
<target>Si ces utilisateurs ne fonctionnent pas, rechargez les fixtures de l'application en exécutant cette commande depuis le terminale :</target>
230230
</trans-unit>
231231
<trans-unit id="help.add_user">
232-
<source>add_user</source>
232+
<source>help.add_user</source>
233233
<target>Si vous voulez créer de nouveaux utilisateurs, exécutez cette autre commande :</target>
234234
</trans-unit>
235235
<trans-unit id="help.more_information">

0 commit comments

Comments
 (0)