make Share button localized again

it seems we have forgotten to use named FileAction
remotes/origin/fix-10825
Volkan Gezer 11 years ago
parent 3425c73815
commit 691fab8be3
  1. 2
      apps/files/js/fileactions.js
  2. 2
      apps/files_sharing/js/share.js

@ -469,7 +469,7 @@
if (url) {
OC.redirect(url);
}
});
}, t('files', 'Download'));
}
};

@ -135,7 +135,7 @@
$tr.removeAttr('data-share-recipients');
}
});
});
}, t('files_sharing', 'Share'));
},
/**

Loading…
Cancel
Save