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