Replaces more missing variables from latest spell check.
This commit is contained in:
parent
5848d92278
commit
a2bbad6b00
|
@ -42,7 +42,7 @@
|
||||||
<p
|
<p
|
||||||
v-if="!isLoadingOptions && options.length != undefined && options.length <= 0"
|
v-if="!isLoadingOptions && options.length != undefined && options.length <= 0"
|
||||||
class="no-options-placeholder">
|
class="no-options-placeholder">
|
||||||
{{ $i18n.get('info_no_options_avialable_filtering') }}
|
{{ $i18n.get('info_no_options_available_filtering') }}
|
||||||
</p>
|
</p>
|
||||||
</template>
|
</template>
|
||||||
<template v-else>
|
<template v-else>
|
||||||
|
|
Loading…
Reference in New Issue