From af388632321cb8b9eba066fac48686811591c965 Mon Sep 17 00:00:00 2001 From: Witek Date: Mon, 30 Jun 2014 22:41:03 +0200 Subject: [PATCH] Label localization added --- app/views/articles/index.html.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/articles/index.html.erb b/app/views/articles/index.html.erb index 60c2545..fd4fe15 100644 --- a/app/views/articles/index.html.erb +++ b/app/views/articles/index.html.erb @@ -9,11 +9,11 @@ <% if @project.categories.count == 0 %> -

Knowledgebase

+

<%= l(:knowledgebase_title) %>

<%= l(:message_no_categories) %>

<% elsif @project.articles.count == 0 %> -

Knowledgebase

+

<%= l(:knowledgebase_title) %>

<%= l(:message_no_articles) %>

<% else %>