fix typo in sign-in menu (share access => shared account)
This commit is contained in:
parent
d7120b7ff8
commit
534fc2b75d
1 changed files with 1 additions and 1 deletions
|
|
@ -312,7 +312,7 @@ export async function openAccountMenu(opts: {
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
}, {
|
}, {
|
||||||
text: i18n.ts.sharedAccess,
|
text: i18n.ts.sharedAccount,
|
||||||
action: () => {
|
action: () => {
|
||||||
getAccountWithSharedAccessDialog().then((res) => {
|
getAccountWithSharedAccessDialog().then((res) => {
|
||||||
if (res != null) {
|
if (res != null) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue