style: use yes/no instead of ok/cancel

This commit is contained in:
naskya 2024-04-27 11:01:25 +09:00
parent 51f9d20073
commit 28b9e35f2a
No known key found for this signature in database
GPG key ID: 712D413B3A9FED5C

View file

@ -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