Rename "Results" to "Items"

This commit is contained in:
Jan Oberhauser 2021-03-01 14:05:19 +01:00
parent fc09e4c10e
commit 9b23611a8d

View file

@ -20,9 +20,9 @@
<div class="header"> <div class="header">
<div class="title-text"> <div class="title-text">
<strong v-if="dataCount < maxDisplayItems"> <strong v-if="dataCount < maxDisplayItems">
Results: {{ dataCount }} Items: {{ dataCount }}
</strong> </strong>
<strong v-else>Results: <strong v-else>Items:
<el-select v-model="maxDisplayItems" @click.stop> <el-select v-model="maxDisplayItems" @click.stop>
<el-option v-for="option in maxDisplayItemsOptions" :label="option" :value="option" :key="option" /> <el-option v-for="option in maxDisplayItemsOptions" :label="option" :value="option" :key="option" />
</el-select>&nbsp;/ </el-select>&nbsp;/