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:
@@ -14,7 +14,7 @@ import ko from 'knockout';
|
||||
import {menu, menuItem} from 'popweasel';
|
||||
import {makeT} from 'app/client/lib/localization';
|
||||
|
||||
const t = makeT('components.RefSelect');
|
||||
const t = makeT('RefSelect');
|
||||
|
||||
interface Item {
|
||||
label: string;
|
||||
|
||||
Reference in New Issue
Block a user