Add Create application icon, Panel header update (#504)

Signed-off-by: Alexander Platov <sas_lord@mail.ru>
This commit is contained in:
Alexander Platov
2021-12-03 10:04:35 +01:00
committed by GitHub
parent 5246bd769c
commit 8fe6389bae
10 changed files with 36 additions and 18 deletions
+3 -1
View File
@@ -22,6 +22,8 @@ export default mergeIds(workbenchId, workbench, {
string: {
More: '' as IntlString,
Delete: '' as IntlString,
Create: '' as IntlString
Create: '' as IntlString,
ShowMenu: '' as IntlString,
HideMenu: '' as IntlString
}
})