1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-19 18:29:23 +00:00

modify cloud-edit description (#3292)

This commit is contained in:
zxj96
2019-04-17 11:02:23 +08:00
committed by Daniel Pan
parent 8d23b02abd
commit 2000c9b792

View File

@@ -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.');