fix typo in sign-in menu (share access => shared account)

This commit is contained in:
Hazelnoot 2025-06-22 11:41:05 -04:00
parent d7120b7ff8
commit 534fc2b75d

View file

@ -312,7 +312,7 @@ export async function openAccountMenu(opts: {
});
},
}, {
text: i18n.ts.sharedAccess,
text: i18n.ts.sharedAccount,
action: () => {
getAccountWithSharedAccessDialog().then((res) => {
if (res != null) {