1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-05 00:43:53 +00:00

fix translation (#2905)

This commit is contained in:
Michael An
2019-01-29 15:53:22 +08:00
committed by Daniel Pan
parent 8a16b4013d
commit 28b365ec6f

View File

@@ -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;