Fixing custom attributes name and description i18n
parent
8287c572b1
commit
89665dca59
|
@ -7,9 +7,9 @@ section.custom-fields-table.basic-table
|
|||
div.table-header
|
||||
div.row
|
||||
div.custom-name
|
||||
span(translate="ADMIN.FIELDS.NAME")
|
||||
span(translate="COMMON.FIELDS.NAME")
|
||||
div.custom-description
|
||||
span(translate="ADMIN.FIELDS.DESCRIPTION")
|
||||
span(translate="COMMON.FIELDS.DESCRIPTION")
|
||||
div.custom-options
|
||||
|
||||
div.table-body
|
||||
|
|
Loading…
Reference in New Issue