mirror of
https://github.com/itdoginfo/podkop.git
synced 2026-08-07 06:15:13 +03:00
fix: Remove empty string translations from UI labels
This commit is contained in:
@@ -37,7 +37,7 @@ return view.extend({
|
||||
</style>
|
||||
`);
|
||||
|
||||
const m = new form.Map('podkop', _(''), null, ['main', 'extra']);
|
||||
const m = new form.Map('podkop', '', null, ['main', 'extra']);
|
||||
|
||||
// Main Section
|
||||
const mainSection = m.section(form.TypedSection, 'main');
|
||||
|
||||
Reference in New Issue
Block a user