Update Checkbox.vue

spelling of variable
This commit is contained in:
Adrian 2021-11-07 12:24:13 +02:00 committed by GitHub
parent ed436da709
commit e105f6bdd3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@
<p
v-if="isLoadingOptions == false && options.length != undefined && options.length <= 0"
class="no-options-placeholder">
{{ $i18n.get('info_no_options_avialable_filtering') }}
{{ $i18n.get('info_no_options_available_filtering') }}
</p>
</template>
<template v-else>
@ -245,4 +245,4 @@
overflow: hidden;
line-height: 1.45em;
}
</style>
</style>