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

@@ -12,7 +12,7 @@ import {Computed, Disposable, dom, DomContents, DomElementArg, input, keyframes,
MultiHolder, Observable, styled} from 'grainjs';
import {cssMenuElem} from 'app/client/ui2018/menus';
const t = makeT('ui2018.modals');
const t = makeT('modals');
// IModalControl is passed into the function creating the body of the modal.
export interface IModalControl {