mirror of
https://bitbucket.org/wisemapping/wisemapping-frontend.git
synced 2024-11-14 11:17:57 +01:00
Improve account display of account info
This commit is contained in:
parent
ab67b32af8
commit
29ea56aab0
@ -81,6 +81,7 @@ const EN = {
|
|||||||
|
|
||||||
BACK_TO_MAP_LIST: 'Back to Maps List',
|
BACK_TO_MAP_LIST: 'Back to Maps List',
|
||||||
KEYBOARD_SHOTCUTS: 'Keyboard Shorcuts',
|
KEYBOARD_SHOTCUTS: 'Keyboard Shorcuts',
|
||||||
|
ACCOUNT: 'Account',
|
||||||
};
|
};
|
||||||
|
|
||||||
export default EN;
|
export default EN;
|
||||||
|
@ -422,7 +422,7 @@ class Menu extends IMenu {
|
|||||||
event.preventDefault();
|
event.preventDefault();
|
||||||
});
|
});
|
||||||
this._toolbarElems.push(new AccountSettingsPanel('account'));
|
this._toolbarElems.push(new AccountSettingsPanel('account'));
|
||||||
Menu._registerTooltip('account', $msg('ACCOUNT_SETTINGS'));
|
Menu._registerTooltip('account', `${$msg('ACCOUNT')}: ${global.accountEmail}`);
|
||||||
}
|
}
|
||||||
|
|
||||||
this._registerEvents(designer);
|
this._registerEvents(designer);
|
||||||
|
Loading…
Reference in New Issue
Block a user