We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d9b60a commit f596dbbCopy full SHA for f596dbb
1 file changed
ui/src/components/view/SearchView.vue
@@ -53,8 +53,7 @@
53
v-for="(field, index) in fields"
54
:key="index"
55
:label="field.name==='keyword' ?
56
- ('listAnnotations' in $store.getters.apis ? $t('label.annotation') : $t('label.name')) :
57
- (field.name==='entitytype' ? $t('label.entity.type') : $t('label.' + field.name))">
+ ('listAnnotations' in $store.getters.apis ? $t('label.annotation') : $t('label.name')) : $t('label.' + field.name)">
58
<a-select
59
allowClear
60
v-if="field.type==='list'"
0 commit comments