[SSE mobile] Fix Bug 52828

This commit is contained in:
SergeyEzhin 2021-10-04 12:40:56 +04:00
parent 5e3a91401c
commit 94fb663a8a
2 changed files with 3 additions and 2 deletions

View file

@ -224,7 +224,8 @@
"unknownErrorText": "Unknown error.",
"uploadImageExtMessage": "Unknown image format.",
"uploadImageFileCountMessage": "No images uploaded.",
"uploadImageSizeMessage": "The image is too big. The maximum size is 25 MB."
"uploadImageSizeMessage": "The image is too big. The maximum size is 25 MB.",
"errorChangeOnProtectedSheet": "The cell or chart you are trying to change is on a protected sheet. To make a change, unprotect the sheet. You might be requested to enter a password."
},
"LongActions": {
"applyChangesTextText": "Loading data...",

View file

@ -304,7 +304,7 @@ const ErrorController = inject('storeAppOptions')(({storeAppOptions, LoadingDocu
break;
case Asc.c_oAscError.ID.ChangeOnProtectedSheet:
config.msg = _t.errorChangeOnProtectedSheet;
config.msg = t('Error.errorChangeOnProtectedSheet');
break;
case Asc.c_oAscError.ID.LoadingFontError: