Fix namespace description and subtitle translations not highlighted when translation modal is opened

This commit is contained in:
Kelani Tolulope
2023-06-23 11:54:20 +01:00
parent 027efbf741
commit 625d02e8d5
@@ -220,7 +220,7 @@
<b-input-group-append>
<namespace-translator
:namespace="namespace"
highlight-key="subtitle"
highlight-key="meta.subtitle"
button-variant="light"
:disabled="isNew"
/>
@@ -242,7 +242,7 @@
<b-input-group-append>
<namespace-translator
:namespace="namespace"
highlight-key="description"
highlight-key="meta.description"
button-variant="light"
:disabled="isNew"
/>