Some corrections to English UI text (#506)
* Update some UI strings for more natural English * Correct message text * Correct message text * Update the strings everywhere Because they are also used as base messages for other languages
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
@if page == 1 {
|
||||
<h2>@i18n!(ctx.1, "No result for your query")</h2>
|
||||
} else {
|
||||
<h2>@i18n!(ctx.1, "No more result for your query")</h2>
|
||||
<h2>@i18n!(ctx.1, "No more results for your query")</h2>
|
||||
}
|
||||
</section>
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user