Issue #2701 - Attributes title not translated
parent
eb7f26c123
commit
f14bf073a0
|
@ -495,6 +495,9 @@
|
||||||
"INTEGRATIONS": "Integrations",
|
"INTEGRATIONS": "Integrations",
|
||||||
"PLUGINS": "Plugins"
|
"PLUGINS": "Plugins"
|
||||||
},
|
},
|
||||||
|
"SUBMENU_PROJECT_ATTRIBUTES": {
|
||||||
|
"TITLE": "Attributes"
|
||||||
|
},
|
||||||
"SUBMENU_PROJECT_VALUES": {
|
"SUBMENU_PROJECT_VALUES": {
|
||||||
"STATUS": "Status",
|
"STATUS": "Status",
|
||||||
"POINTS": "Points",
|
"POINTS": "Points",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
section.admin-submenu
|
section.admin-submenu
|
||||||
header
|
header
|
||||||
h1(translate) Attributes
|
h1(translate="ADMIN.SUBMENU_PROJECT_ATTRIBUTES.TITLE")
|
||||||
|
|
||||||
nav
|
nav
|
||||||
ul
|
ul
|
||||||
|
|
Loading…
Reference in New Issue