mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
⚡ Rename "Results" to "Items"
This commit is contained in:
@@ -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> /
|
||||
|
||||
Reference in New Issue
Block a user