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:
@@ -7,7 +7,7 @@ var kf = require('../lib/koForm');
|
||||
var AceEditor = require('./AceEditor');
|
||||
var {makeT} = require('app/client/lib/localization');
|
||||
|
||||
const t = makeT('components.ValidationPanel');
|
||||
const t = makeT('ValidationPanel');
|
||||
|
||||
/**
|
||||
* Document level configuration settings.
|
||||
|
||||
Reference in New Issue
Block a user