From 28b9e35f2a8496697a6f806f9c333644fcd5fb3a Mon Sep 17 00:00:00 2001 From: naskya <m@naskya.net> Date: Sat, 27 Apr 2024 11:01:25 +0900 Subject: [PATCH] style: use yes/no instead of ok/cancel --- packages/client/src/pages/follow-me.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/client/src/pages/follow-me.vue b/packages/client/src/pages/follow-me.vue index de603070f9..03aa5bfcdf 100644 --- a/packages/client/src/pages/follow-me.vue +++ b/packages/client/src/pages/follow-me.vue @@ -20,6 +20,8 @@ if (isSignedIn(me)) { const { canceled } = await os.confirm({ type: "question", text: i18n.ts.useThisAccountConfirm, + okText: i18n.ts.yes, + cancelText: i18n.ts.no, }); // use the current account