diff options
| author | syuilo <4439005+syuilo@users.noreply.github.com> | 2024-05-04 19:40:17 +0900 |
|---|---|---|
| committer | syuilo <4439005+syuilo@users.noreply.github.com> | 2024-05-04 19:40:17 +0900 |
| commit | eef7fcdd45b12556c07c0cff31ee7c37a0e9d12f (patch) | |
| tree | ab33dbc190e0d245d6660c38491ce5bd0a9b9f99 /packages/frontend/src/scripts/get-user-menu.ts | |
| parent | enhance(frontend_ais): PostForm系の設定項目を追加 (#13788) (diff) | |
| download | sharkey-eef7fcdd45b12556c07c0cff31ee7c37a0e9d12f.tar.gz sharkey-eef7fcdd45b12556c07c0cff31ee7c37a0e9d12f.tar.bz2 sharkey-eef7fcdd45b12556c07c0cff31ee7c37a0e9d12f.zip | |
chore(frontend): ui tweak
Diffstat (limited to 'packages/frontend/src/scripts/get-user-menu.ts')
| -rw-r--r-- | packages/frontend/src/scripts/get-user-menu.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/frontend/src/scripts/get-user-menu.ts b/packages/frontend/src/scripts/get-user-menu.ts index c14f75f382..3e031d232f 100644 --- a/packages/frontend/src/scripts/get-user-menu.ts +++ b/packages/frontend/src/scripts/get-user-menu.ts @@ -272,7 +272,7 @@ export function getUserMenu(user: Misskey.entities.UserDetailed, router: IRouter text: r.name, action: async () => { const { canceled, result: period } = await os.select({ - title: i18n.ts.period, + title: i18n.ts.period + ': ' + r.name, items: [{ value: 'indefinitely', text: i18n.ts.indefinitely, }, { |