mirror of
https://bitbucket.org/wisemapping/wisemapping-frontend.git
synced 2025-06-11 18:43:22 +02:00
Improve mobile text.
This commit is contained in:
@ -32,10 +32,7 @@ const WarningDialog = ({ capability, message }: FooterPropsType): React.ReactEle
|
||||
|
||||
let msgExt, msg: string;
|
||||
if (capability.mode !== 'viewonly' && capability.mode !== 'showcase' && capability.isMobile) {
|
||||
msg = intl.formatMessage({
|
||||
id: 'editor.edit-mobile',
|
||||
defaultMessage: 'Note for mobile devices.',
|
||||
});
|
||||
msg = '';
|
||||
msgExt = intl.formatMessage({
|
||||
id: 'editor.edit-description-mobile',
|
||||
defaultMessage:
|
||||
|
Reference in New Issue
Block a user