diff options
author | elijah <elijah@riseup.net> | 2015-08-04 15:34:13 -0700 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2015-08-04 15:34:13 -0700 |
commit | 75268c96512d233688b85f392c6e715a64450d11 (patch) | |
tree | 241b65e6c60dd21f41d4677751d13c45e5861ae8 /config/locales | |
parent | a9f336cdf784bc6f0dd0062b8f7253ed57799da7 (diff) |
Made the default front-page welcome text translatable.
Diffstat (limited to 'config/locales')
-rw-r--r-- | config/locales/en/home.en.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/locales/en/home.en.yml b/config/locales/en/home.en.yml index 88a50a5..c77dc3f 100644 --- a/config/locales/en/home.en.yml +++ b/config/locales/en/home.en.yml @@ -1,6 +1,7 @@ en: home: Home welcome: "Welcome to %{provider}." + welcome_message_html: "We provide secure communication services, including VPN and Email, with more services in the works." download_bitmask: "Download Bitmask" login_info: "Log in to change your account settings, create support tickets, and manage payments." |