fix(frontend): リモートユーザーのロールバッジ表示の文言をわかりやすく (#16672)

This commit is contained in:
かっこかり
2025-10-19 23:04:57 +09:00
committed by GitHub
parent 579499a7df
commit 8a21202281
2 changed files with 2 additions and 2 deletions

2
locales/index.d.ts vendored
View File

@@ -4707,7 +4707,7 @@ export interface Locale extends ILocale {
*/
"enableIdenticonGeneration": string;
/**
* リモートユーザーロールバッジを表示する
* リモートユーザーに付与したロールバッジを表示する
*/
"showRoleBadgesOfRemoteUsers": string;
/**