diff --git a/templates/users/new.rs.html b/templates/users/new.rs.html index 5e4f18b2..89b36551 100644 --- a/templates/users/new.rs.html +++ b/templates/users/new.rs.html @@ -6,7 +6,7 @@ @(ctx: BaseContext, enabled: bool, form: &NewUserForm, errors: ValidationErrors) -@:base(ctx, "Edit your account", {}, {}, { +@:base(ctx, "Create your account", {}, {}, { @if enabled {
@i18n!(ctx.1, "Sorry, but registrations are closed on this instance. Try to find another one")
+@i18n!(ctx.1, "Apologies, but registrations are closed on this particular instance. You can, however, find a different one.")
} })