X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/56fd5c4d90c7d3757fb97ff16c40aaa307ae1d22..84bdc5d048537729058b0549ab5a15e74a372bb8:/app/views/notifier/signup_confirm.text.erb?ds=sidebyside diff --git a/app/views/notifier/signup_confirm.text.erb b/app/views/notifier/signup_confirm.text.erb index aee44782d..774209e59 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 => Settings.server_url)) %> -<%= fp(t("notifier.signup_confirm.confirm")) %> +<%= fp(t(".confirm")) %> <%= @url %> -<%= fp(t("notifier.signup_confirm.welcome")) %> +<%= fp(t(".welcome")) %>