From 2000c9b79283cd51ead1d5e71cfc28f9cb5258b9 Mon Sep 17 00:00:00 2001 From: zxj96 <35951769+zxj96@users.noreply.github.com> Date: Wed, 17 Apr 2019 11:02:23 +0800 Subject: [PATCH] modify cloud-edit description (#3292) --- frontend/src/utils/utils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/utils/utils.js b/frontend/src/utils/utils.js index d62fc1417e..22c33d0e16 100644 --- a/frontend/src/utils/utils.js +++ b/frontend/src/utils/utils.js @@ -372,7 +372,7 @@ export const Utils = { title = gettext('Besides Write permission, user can also share the library.'); break; case 'cloud-edit': - title = gettext('Same as Preview on cloud. But user can also edit files online via browser.'); + title = gettext('User can view and edit file online via browser. Files can\'t be downloaded.'); break; case 'preview': title = gettext('User can only view files online via browser. Files can\'t be downloaded.');