diff --git a/apps/documenteditor/mobile/src/controller/settings/DocumentInfo.jsx b/apps/documenteditor/mobile/src/controller/settings/DocumentInfo.jsx index 4450394a6..32ea95c37 100644 --- a/apps/documenteditor/mobile/src/controller/settings/DocumentInfo.jsx +++ b/apps/documenteditor/mobile/src/controller/settings/DocumentInfo.jsx @@ -53,7 +53,8 @@ class DocumentInfoController extends Component { if (docProps) { let valueModifiedBy = docProps.asc_getLastModifiedBy(); if (valueModifiedBy) { - return Common.Utils.UserInfoParser.getParsedName(valueModifiedBy); + // return Common.Utils.UserInfoParser.getParsedName(valueModifiedBy); + return valueModifiedBy; } } }