mirror of
https://github.com/gristlabs/grist-core.git
synced 2026-03-02 04:09:24 +00:00
Remove prefix from translations keys
This commit is contained in:
@@ -17,7 +17,7 @@ import debounce = require('lodash/debounce');
|
||||
|
||||
export * from 'app/client/models/SearchModel';
|
||||
|
||||
const t = makeT('ui2018.search');
|
||||
const t = makeT('search');
|
||||
|
||||
const EXPAND_TIME = .5;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user