Skip to content
Snippets Groups Projects
Commit 637dd685 authored by Morris Jobke's avatar Morris Jobke
Browse files

fix wrong shared icon description

fix #2928

translation of string "Shared" has to be marked as located in "files" for the translation extractor
parent b1c9b296
Branches
No related tags found
No related merge requests found
......@@ -113,6 +113,7 @@ var FileActions = {
}
});
if(actions.Share && !($('#dir').val() === '/' && file === 'Shared')){
// t('files', 'Share')
addAction('Share', actions.Share);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment