summaryrefslogtreecommitdiff
path: root/packages/frontend/src/scripts/get-user-menu.ts
diff options
context:
space:
mode:
authorsyuilo <4439005+syuilo@users.noreply.github.com>2024-05-04 19:40:17 +0900
committersyuilo <4439005+syuilo@users.noreply.github.com>2024-05-04 19:40:17 +0900
commiteef7fcdd45b12556c07c0cff31ee7c37a0e9d12f (patch)
treeab33dbc190e0d245d6660c38491ce5bd0a9b9f99 /packages/frontend/src/scripts/get-user-menu.ts
parentenhance(frontend_ais): PostForm系の設定項目を追加 (#13788) (diff)
downloadsharkey-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.ts2
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,
}, {