This commit is contained in:
@@ -120,7 +120,7 @@
|
||||
<v-col v-if="showTags" cols="12">
|
||||
<gz-tag-picker
|
||||
v-model="obj.tags"
|
||||
:label="$ay.t('Tags')"
|
||||
:label="$ay.t('TaggedWith')"
|
||||
:readonly="formState.readOnly"
|
||||
:disabled="formState.readOnly"
|
||||
ref="tags"
|
||||
@@ -730,7 +730,8 @@ async function fetchTranslatedText(vm) {
|
||||
"NotifyEventType",
|
||||
"NotifyDeliveryAddress",
|
||||
"tags",
|
||||
"Duration"
|
||||
"Duration",
|
||||
"TaggedWith"
|
||||
]);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user