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:
Hugh
2019-03-29 19:12:21 +00:00
committed by Baptiste Gelez
parent c7ee779f51
commit a674df3a77
21 changed files with 164 additions and 110 deletions
+1 -1
View File
@@ -22,7 +22,7 @@
}
</div>
} else {
<p class="center">@i18n!(ctx.1, "Nothing to see here yet. Try to subscribe to more people.")</p>
<p class="center">@i18n!(ctx.1, "Nothing to see here yet. Try subscribing to more people.")</p>
}
@paginate(ctx.1, page, n_pages)
})