Improve mobile text.

This commit is contained in:
Paulo Gustavo Veiga
2023-01-04 19:32:07 -08:00
parent 0ba5e27375
commit 38f941ee1f
2 changed files with 330 additions and 12 deletions

View File

@ -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: