Skip to content

Commit 3f8d3bb

Browse files
committed
Fixed some minor issues in the new translation files
1 parent 2b551ec commit 3f8d3bb

File tree

3 files changed

+4
-8
lines changed

3 files changed

+4
-8
lines changed

app/Resources/translations/messages.en.xliff

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,6 @@
3535
<source>title.twig_template_code</source>
3636
<target>Twig template code</target>
3737
</trans-unit>
38-
<trans-unit id="title.login_help">
39-
<source>title.login_help</source>
40-
<target>Try either of the following users</target>
41-
</trans-unit>
4238
<trans-unit id="title.login">
4339
<source>title.login</source>
4440
<target>Secure Sign in</target>
@@ -233,7 +229,7 @@
233229
<target>If you want to create new users, run this other command:</target>
234230
</trans-unit>
235231
<trans-unit id="help.more_information">
236-
<source>title.homepage</source>
232+
<source>help.more_information</source>
237233
<target><![CDATA[For more information, check out the <a href="http://symfony.com/doc">Symfony doc</a>.]]></target>
238234
</trans-unit>
239235
</body>

app/Resources/translations/messages.fr.xliff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@
210210
</trans-unit>
211211
<trans-unit id="help.browse_admin">
212212
<source>help.browse_admin</source>
213-
<target><![CDATA[Parcourir l'<strong>administration</strong> de l'appliation de démonstration.]]></target>
213+
<target><![CDATA[Parcourir l'<strong>administration</strong> de l'application de démonstration.]]></target>
214214
</trans-unit>
215215
<trans-unit id="help.login_users">
216216
<source>help.login_users</source>
@@ -233,7 +233,7 @@
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">
236-
<source>title.homepage</source>
236+
<source>help.more_information</source>
237237
<target><![CDATA[Pour plus d'informations, consultez la <a href="http://symfony.com/doc">documentation de Symfony</a>.]]></target>
238238
</trans-unit>
239239
</body>

app/Resources/views/security/login.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<div id="login-help" class="col-sm-7">
3636
<h3>
3737
<i class="fa fa-long-arrow-left"></i>
38-
{{ 'title.login_help'|trans }}
38+
{{ 'help.login_users'|trans }}
3939
</h3>
4040

4141
<table class="table table-striped table-bordered table-hover">

0 commit comments

Comments
 (0)