Browse Source

Merge pull request #481 from tracim/fix/410/Upper_case_labels_in_admin

Damien Accorsi 7 years ago
parent
commit
1bece0dfdf
No account linked to committer's email

+ 4 - 4
tracim/tracim/i18n/fr/LC_MESSAGES/tracim.po View File

@@ -1239,8 +1239,8 @@ msgid "shown"
1239 1239
 msgstr "affiché"
1240 1240
 
1241 1241
 #: tracim/templates/admin/user_getall.mak:20
1242
-msgid "manage users and associated workspaces"
1243
-msgstr "gestion des utilisateurs et espaces de travail associés"
1242
+msgid "Manage users and associated workspaces"
1243
+msgstr "Gestion des utilisateurs et espaces de travail associés"
1244 1244
 
1245 1245
 #: tracim/templates/admin/user_getall.mak:32
1246 1246
 msgid "Create a user account..."
@@ -1377,8 +1377,8 @@ msgid "Notifications"
1377 1377
 msgstr "Notifications"
1378 1378
 
1379 1379
 #: tracim/templates/admin/workspace_getall.mak:17
1380
-msgid "manage workspaces and subscribed users"
1381
-msgstr "gestion des espaces de travail et utilisateurs abonnés"
1380
+msgid "Manage workspaces and subscribed users"
1381
+msgstr "Gestion des espaces de travail et utilisateurs abonnés"
1382 1382
 
1383 1383
 #: tracim/templates/admin/workspace_getall.mak:27
1384 1384
 msgid "Create a workspace..."

+ 1 - 1
tracim/tracim/templates/admin/user_getall.mak View File

@@ -17,7 +17,7 @@
17 17
 <%def name="TITLE_ROW()">
18 18
     <div class="row-fluid">
19 19
         <div>
20
-            ${ROW.TITLE_ROW(_('Users'), 'fa-user', '', 't-user-color', _('manage users and associated workspaces'))}
20
+            ${ROW.TITLE_ROW(_('Users'), 'fa-user', '', 't-user-color', _('Manage users and associated workspaces'))}
21 21
         </div>
22 22
     </div>
23 23
 </%def>

+ 1 - 1
tracim/tracim/templates/admin/workspace_getall.mak View File

@@ -14,7 +14,7 @@
14 14
 </%def>
15 15
 
16 16
 <%def name="TITLE_ROW()">
17
-    ${ROW.TITLE_ROW(_('Workspaces'), 'fa-bank', '', 't-user-color', _('manage workspaces and subscribed users'))}
17
+    ${ROW.TITLE_ROW(_('Workspaces'), 'fa-bank', '', 't-user-color', _('Manage workspaces and subscribed users'))}
18 18
 </%def>
19 19
 
20 20
 <div class="workspace__wrapper">