style: use yes/no instead of ok/cancel
This commit is contained in:
parent
51f9d20073
commit
28b9e35f2a
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue