diff --git a/frontend/src/utils/utils.js b/frontend/src/utils/utils.js index cb4b362e29..e348846f10 100644 --- a/frontend/src/utils/utils.js +++ b/frontend/src/utils/utils.js @@ -356,10 +356,10 @@ export const Utils = { title = gettext("Besides Write permission, user can also share the library."); break; case 'cloud-edit': - title = gettext("User can only view files online via browser. Files can't be downloaded."); + title = gettext("Same as Preview on cloud. But user can also edit files online via browser."); break; case 'preview': - title = gettext("Same as Preview on cloud. But user can also edit files online via browser."); + title = gettext("User can only view files online via browser. Files can't be downloaded."); break; } return title;