mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
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
Block a user