From 75268c96512d233688b85f392c6e715a64450d11 Mon Sep 17 00:00:00 2001 From: elijah Date: Tue, 4 Aug 2015 15:34:13 -0700 Subject: Made the default front-page welcome text translatable. --- app/views/home/_content.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/views/home/_content.html.haml') 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 -- cgit v1.2.3