Skip to content

Commit 96458df

Browse files
committed
Merge branch 'master' of https://github.com/bdunnette/loopback-angular-admin into bdunnette-master
2 parents 55d7d6d + 967c8ce commit 96458df

11 files changed

Lines changed: 21 additions & 18 deletions

File tree

client/app/js/translations.js

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

client/app/modules/users/services/user.service.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
key: 'firstName',
7878
type: 'input',
7979
templateOptions: {
80-
label: gettextCatalog.getString('Last name'),
80+
label: gettextCatalog.getString('First name'),
8181
required: true
8282
}
8383
},
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<section admin-header class="content-header"
22
title="{{ 'Users' | translate}}"
3-
sub-title="{{ 'Manager your users here!' | translate}}">
3+
sub-title="{{ 'Manage your users here!' | translate}}">
44
</section>
55
<section ui-view class="content"></section>

po/de.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ msgid "Manage your settings here!"
232232
msgstr "Verwalte deine Einstellungen hier"
233233

234234
#: client/app/modules/users/views/main.html:2
235-
msgid "Manager your users here!"
235+
msgid "Manage your users here!"
236236
msgstr "Verwalte deine Nutzer hier"
237237

238238
#: client/app/modules/core/views/elements/small-box.html:8

po/es_MX.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,7 @@ msgid "Manage your settings here!"
456456
msgstr "¡Administre sus configuraciones aquí!"
457457

458458
#: client/app/modules/users/views/main.html:2
459-
msgid "Manager your users here!"
459+
msgid "Manage your users here!"
460460
msgstr "¡Administre los usuarios aquí!"
461461

462462
#: client/app/modules/core/views/elements/small-box.html:8

po/fr.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@ msgid "Manage your settings here!"
435435
msgstr "Gérez vos paramètres ici!"
436436

437437
#: client/app/modules/users/views/main.html:2
438-
msgid "Manager your users here!"
438+
msgid "Manage your users here!"
439439
msgstr "Gérez vos utilisateurs ici!"
440440

441441
#: client/app/modules/core/views/elements/small-box.html:8

po/nl.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ msgid "Manage your settings here!"
232232
msgstr "Hier beheer je je instellingen"
233233

234234
#: client/app/modules/users/views/main.html:2
235-
msgid "Manager your users here!"
235+
msgid "Manage your users here!"
236236
msgstr "Hier beheer je je gebruikers"
237237

238238
#: client/app/modules/core/views/elements/small-box.html:8

po/pt-BR.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ msgid "Manage your settings here!"
231231
msgstr "Administrar configurações do sistema!"
232232

233233
#: client/app/modules/users/views/main.html:2
234-
msgid "Manager your users here!"
234+
msgid "Manage your users here!"
235235
msgstr "Administrar sua conta"
236236

237237
#: client/app/modules/core/views/elements/small-box.html:8

po/ru_RU.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,7 @@ msgid "Manage your settings here!"
436436
msgstr "Диспетчер ваших настройек здесь!"
437437

438438
#: client/app/modules/users/views/main.html:2
439-
msgid "Manager your users here!"
439+
msgid "Manage your users here!"
440440
msgstr "Диспетчер ваших пользователей здесь!"
441441

442442
#: client/app/modules/core/views/elements/small-box.html:8

po/template.pot

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -350,6 +350,10 @@ msgstr ""
350350
msgid "Files"
351351
msgstr ""
352352

353+
#: client/app/modules/users/services/user.service.js:80
354+
msgid "First name"
355+
msgstr ""
356+
353357
#: client/app/modules/users/controllers/register.ctrl.js:26
354358
msgid "First Name"
355359
msgstr ""
@@ -383,7 +387,6 @@ msgstr ""
383387
msgid "Key"
384388
msgstr ""
385389

386-
#: client/app/modules/users/services/user.service.js:80
387390
#: client/app/modules/users/services/user.service.js:88
388391
msgid "Last name"
389392
msgstr ""
@@ -425,7 +428,7 @@ msgid "Manage your settings here!"
425428
msgstr ""
426429

427430
#: client/app/modules/users/views/main.html:3
428-
msgid "Manager your users here!"
431+
msgid "Manage your users here!"
429432
msgstr ""
430433

431434
#: client/app/modules/core/views/elements/small-box.html:8

0 commit comments

Comments
 (0)