itizawa 6 лет назад
Родитель
Сommit
a11dc27cf8

+ 1 - 1
resource/locales/en-US/translation.json

@@ -690,7 +690,7 @@
     "send_new_password": "Please send the new password to the user.",
     "password_never_seen": "The temporary password can never be retrieved after this screen is closed.",
     "reset_password": "Reset Password",
-    "related_username": "Related User",
+    "related_username": "Related user's <code>%s</code>",
     "accept": "Accept",
     "deactivate_account":"Deactivate Account",
     "your_own":"You cannot deactivate your own account",

+ 1 - 1
resource/locales/ja/translation.json

@@ -674,7 +674,7 @@
     "send_new_password": "新規発行したパスワードを、対象ユーザーへ連絡してください。",
     "password_never_seen": "表示されたパスワードはこの画面を閉じると二度と表示できませんのでご注意ください。",
     "reset_password": "パスワードの再発行",
-    "related_username": "関連付けられているユーザー",
+    "related_username": "関連付けられているユーザーの <code>%s</code>",
     "accept": "承認する",
     "deactivate_account": "アカウント停止",
     "your_own": "自分自身のアカウントを停止することはできません",

+ 2 - 2
src/server/views/admin/external-accounts.html

@@ -52,8 +52,8 @@
         <thead>
           <tr>
             <th width="120px">{{ t('user_management.authentication_provider') }}</th>
-            <th><code>{{ t('account_id') }}</code></th>
-            <th>{{ t('user_management.related_username') }}</th>
+            <th><code>accountId</code></th>
+            <th>{{ t('user_management.related_username', 'username') }}</th>
 
             <th>
               {{ t('user_management.password_setting') }}