From 85aa0883c8c2ffc7a051e24d23cc942ca76cc609 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20=C4=BDach?= Date: Fri, 26 Apr 2019 19:31:43 +0200 Subject: [PATCH] Update follow_remote.rs.html grammar (#548) * Update follow_remote.rs.html * Update follow_remote.rs.html --- templates/users/follow_remote.rs.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/users/follow_remote.rs.html b/templates/users/follow_remote.rs.html index 73b4892..93270be 100644 --- a/templates/users/follow_remote.rs.html +++ b/templates/users/follow_remote.rs.html @@ -7,7 +7,7 @@ @(ctx: BaseContext, user: User, login_form: LoginForm, login_errs: ValidationErrors, remote_form: RemoteForm, remote_errs: ValidationErrors) -@:remote_interact_base(ctx, i18n!(ctx.1, "Follow {}"; user.name()), i18n!(ctx.1, "Login to follow"), i18n!(ctx.1, "Enter your full username to follow"), { +@:remote_interact_base(ctx, i18n!(ctx.1, "Follow {}"; user.name()), i18n!(ctx.1, "Log in to follow"), i18n!(ctx.1, "Enter your full username handle to follow"), {

@i18n!(ctx.1, "Follow {}"; user.name())

@avatar(ctx.0, &user, Size::Medium, false, ctx.1) @@@user.fqn