mirror of https://github.com/xwiki-labs/cryptpad
Remove hard-coded translations
This commit is contained in:
parent
87e46dd4ae
commit
736d4a531a
|
@ -3066,8 +3066,6 @@ define([
|
|||
|
||||
var createFilterButton = function (isTemplate, $container) {
|
||||
if (!APP.loggedIn) { return; }
|
||||
Messages.fm_filterBy = 'Filter by'; // XXX: English hardcoded
|
||||
Messages.fm_rmFilter = 'Disable filter'; // XXX: English hardcoded
|
||||
|
||||
// Create dropdown
|
||||
var options = [];
|
||||
|
|
Loading…
Reference in New Issue