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 /app/views/home/_content.html.haml | |
parent | a9f336cdf784bc6f0dd0062b8f7253ed57799da7 (diff) |
Made the default front-page welcome text translatable.
Diffstat (limited to 'app/views/home/_content.html.haml')
-rw-r--r-- | app/views/home/_content.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/home/_content.html.haml b/app/views/home/_content.html.haml index e47fdaf..d96a1e0 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 |