Remove prefix from translations keys

This commit is contained in:
Louis Delbosc
2022-12-09 16:46:03 +01:00
parent 1d97137f11
commit 676c27d6c9
28 changed files with 28 additions and 28 deletions

View File

@@ -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.