mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-11 12:57:29 -08:00
⚡ Rename "Results" to "Items"
This commit is contained in:
parent
fc09e4c10e
commit
9b23611a8d
|
@ -20,9 +20,9 @@
|
|||
<div class="header">
|
||||
<div class="title-text">
|
||||
<strong v-if="dataCount < maxDisplayItems">
|
||||
Results: {{ dataCount }}
|
||||
Items: {{ dataCount }}
|
||||
</strong>
|
||||
<strong v-else>Results:
|
||||
<strong v-else>Items:
|
||||
<el-select v-model="maxDisplayItems" @click.stop>
|
||||
<el-option v-for="option in maxDisplayItemsOptions" :label="option" :value="option" :key="option" />
|
||||
</el-select> /
|
||||
|
|
Loading…
Reference in a new issue