mirror of
https://github.com/axllent/mailpit.git
synced 2025-04-17 12:06:22 +02:00
UI: Rename "results" to "result" when singular message returned
This commit is contained in:
parent
6f2dd83936
commit
2c3c436fc1
@ -619,7 +619,7 @@ export default {
|
|||||||
<option value="200">200</option>
|
<option value="200">200</option>
|
||||||
</select>
|
</select>
|
||||||
<span v-if="searching">
|
<span v-if="searching">
|
||||||
<b>{{ formatNumber(items.length) }} results</b>
|
<b>{{ formatNumber(items.length) }} result<template v-if="items.length != 1">s</template></b>
|
||||||
</span>
|
</span>
|
||||||
<span v-else>
|
<span v-else>
|
||||||
<small>
|
<small>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user