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:
@@ -55,7 +55,7 @@ import {
|
||||
import {makeT} from 'app/client/lib/localization';
|
||||
import isEqual = require('lodash/isEqual');
|
||||
|
||||
const t = makeT('aclui.AccessRules');
|
||||
const t = makeT('AccessRules');
|
||||
|
||||
// tslint:disable:max-classes-per-file no-console
|
||||
|
||||
|
||||
Reference in New Issue
Block a user