X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/15b104f4ff4614aa78c01180b6a9b89dd5a1400f..2f9291ba5764fe104264ae7e3b6a361e11212e8b:/app/views/notifier/signup_confirm.text.erb diff --git a/app/views/notifier/signup_confirm.text.erb b/app/views/notifier/signup_confirm.text.erb index aee44782d..e17056468 100644 --- a/app/views/notifier/signup_confirm.text.erb +++ b/app/views/notifier/signup_confirm.text.erb @@ -1,9 +1,9 @@ -<%= fp(t("notifier.signup_confirm.greeting")) %> +<%= fp(t(".greeting")) %> -<%= fp(t("notifier.signup_confirm.created", :site_url => SERVER_URL)) %> +<%= fp(t(".created", :site_url => SERVER_URL)) %> -<%= fp(t("notifier.signup_confirm.confirm")) %> +<%= fp(t(".confirm")) %> <%= @url %> -<%= fp(t("notifier.signup_confirm.welcome")) %> +<%= fp(t(".welcome")) %>