mirror of
https://bitbucket.org/wisemapping/wisemapping-frontend.git
synced 2024-11-13 02:37: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',
|
||||
KEYBOARD_SHOTCUTS: 'Keyboard Shorcuts',
|
||||
ACCOUNT: 'Account',
|
||||
};
|
||||
|
||||
export default EN;
|
||||
|
@ -422,7 +422,7 @@ class Menu extends IMenu {
|
||||
event.preventDefault();
|
||||
});
|
||||
this._toolbarElems.push(new AccountSettingsPanel('account'));
|
||||
Menu._registerTooltip('account', $msg('ACCOUNT_SETTINGS'));
|
||||
Menu._registerTooltip('account', `${$msg('ACCOUNT')}: ${global.accountEmail}`);
|
||||
}
|
||||
|
||||
this._registerEvents(designer);
|
||||
|
Loading…
Reference in New Issue
Block a user