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

@@ -19,7 +19,7 @@ const {makeT} = require('app/client/lib/localization');
const testId = makeTestId('test-vconfigtab-');
const t = makeT('components.ViewConfigTab');
const t = makeT('ViewConfigTab');
/**
* Helper class that combines one ViewSection's data for building dom.