<%= gettext("An administrator manually confirmed your account") %>

<%= gettext( "Hi there! We just wanted to inform you that an administrator from %{instance} just manually confirmed your account.", %{instance: @instance_name} ) |> raw %>

<%= gettext("You may now login using your credentials on the service.") %>

<%= gettext("Login on %{instance}", %{instance: @instance_name}) %>

<%= gettext( "If something doesn't feel right to you, please contact the instance administrator through the contact methods %{start_link}on the instance's about page%{end_link}.", %{ start_link: "", end_link: "" } ) |> raw %>