1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-07 09:51:26 +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."); title = gettext("Besides Write permission, user can also share the library.");
break; break;
case 'cloud-edit': 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; break;
case 'preview': 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; break;
} }
return title; return title;