diff --git a/app/views/home/_content.html.haml b/app/views/home/_content.html.haml index e47fdaf21f3949117a1eb3af08fb05c866929fc0..d96a1e088e120ceacf45a23349f8ea1605a4f053 100644 --- a/app/views/home/_content.html.haml +++ b/app/views/home/_content.html.haml @@ -1,6 +1,6 @@ .row-fluid %h1= t(:welcome, :provider => APP_CONFIG[:domain]) - %p We provide secure communication services, including encrypted internet, email (coming soon), and chat (coming later). + .p=t(:welcome_message_html) .row-fluid = home_page_buttons diff --git a/config/locales/en/home.en.yml b/config/locales/en/home.en.yml index 88a50a56270ee0e404965c296e5d646e2f7e9737..c77dc3fde855f2b3706ed62515b80d5c7db4ae77 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." diff --git a/lib/en_US.yml b/lib/en_US.yml index 76e49a8e4778dd6167ba56dc6b674717fb4bb459..4c59fb37c61318e47134920eb9b40415fdcc0d4c 100644 --- a/lib/en_US.yml +++ b/lib/en_US.yml @@ -68,6 +68,8 @@ en_US: ### home.en.yml 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.