summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--locales/index.d.ts2
-rw-r--r--locales/ja-JP.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/locales/index.d.ts b/locales/index.d.ts
index 7391e197c4..d79db121db 100644
--- a/locales/index.d.ts
+++ b/locales/index.d.ts
@@ -4707,7 +4707,7 @@ export interface Locale extends ILocale {
*/
"enableIdenticonGeneration": string;
/**
- * リモートユーザーのロールバッジを表示する
+ * リモートユーザーに付与したロールバッジを表示する
*/
"showRoleBadgesOfRemoteUsers": string;
/**
diff --git a/locales/ja-JP.yml b/locales/ja-JP.yml
index 9ee3224441..5d1c37740c 100644
--- a/locales/ja-JP.yml
+++ b/locales/ja-JP.yml
@@ -1172,7 +1172,7 @@ installed: "インストール済み"
branding: "ブランディング"
enableServerMachineStats: "サーバーのマシン情報を公開する"
enableIdenticonGeneration: "ユーザーごとのIdenticon生成を有効にする"
-showRoleBadgesOfRemoteUsers: "リモートユーザーのロールバッジを表示する"
+showRoleBadgesOfRemoteUsers: "リモートユーザーに付与したロールバッジを表示する"
turnOffToImprovePerformance: "オフにするとパフォーマンスが向上します。"
createInviteCode: "招待コードを作成"
createWithOptions: "オプションを指定して作成"