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
|
||||
|
||||
|
||||
@@ -15,7 +15,7 @@ import {makeT} from 'app/client/lib/localization';
|
||||
// One of the strings 'read', 'update', etc.
|
||||
export type PermissionKey = keyof PartialPermissionSet;
|
||||
|
||||
const t = makeT('aclui.PermissionsWidget');
|
||||
const t = makeT('PermissionsWidget');
|
||||
|
||||
/**
|
||||
* Renders a box for each of availableBits, and a dropdown with a description and some shortcuts.
|
||||
|
||||
Reference in New Issue
Block a user