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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user