We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 54c0f2a + 9dba73f commit 9a64fecCopy full SHA for 9a64fec
1 file changed
src/views/CVERecord/SearchResults.vue
@@ -125,7 +125,7 @@
125
<span class="has-text-weight-bold">
126
{{ cveListSearchStore.totalSearchResultCount.toString().replace(/\B(?=(\d{3})+(?!\d))/g, ',') }}
127
</span>
128
- <span> results for </span>
+ <span> result{{ cveListSearchStore.totalSearchResultCount == 1 ? '' : 's' }} for </span>
129
<span class="has-text-weight-bold">{{ cveListSearchStore.query }}</span>
130
</p>
131
</div>
0 commit comments