Change "Welcome on" to "Welcome to" (#501)

"Welcome on [noun]" is not grammatically correct as an introduction in
English. Let's fix that.
This commit is contained in:
Jean Lucas
2019-03-25 03:57:26 -04:00
committed by fdb-hiroshima
parent bdfad844d7
commit e93b8f4444
14 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
@(ctx: BaseContext, instance: Instance, n_users: i64, n_articles: i64, local: Vec<Post>, federated: Vec<Post>, user_feed: Option<Vec<Post>>)
@:base(ctx, instance.name.clone(), {}, {}, {
<h1>@i18n!(ctx.1, "Welcome on {}"; instance.name.as_str())</h1>
<h1>@i18n!(ctx.1, "Welcome to {}"; instance.name.as_str())</h1>
@if ctx.2.is_some() {
@tabs(&[