Replaces a few missing variables from latest spell check.

This commit is contained in:
mateuswetah 2021-11-08 09:48:55 -03:00
parent 18eec30e7f
commit 41da87d3fb
1 changed files with 3 additions and 3 deletions

View File

@ -564,7 +564,7 @@ export default {
enabled: orderedTerms.length <= 40
},
noData: {
text: '0 ' + this.$i18n.get('label_items_with_this_metadum_value')
text: '0 ' + this.$i18n.get('label_items_with_this_metadatum_value')
}
}
}
@ -654,7 +654,7 @@ export default {
}
},
noData: {
text: '0 ' + this.$i18n.get('label_items_with_this_metadum_value')
text: '0 ' + this.$i18n.get('label_items_with_this_metadatum_value')
}
}
}
@ -741,7 +741,7 @@ export default {
enabled: orderedTerms.length <= 40
},
noData: {
text: this.$i18n.get('label_items_with_this_metadum_value')
text: this.$i18n.get('label_items_with_this_metadatum_value')
}
}
}