From ca40b4d0a6669a59470e8a13f1cf59af5591765f Mon Sep 17 00:00:00 2001 From: Henare Degan Date: Thu, 19 Nov 2015 17:51:12 +1100 Subject: [PATCH] Translate edit policy tooltip. Fixes #69 --- app/views/policies/_page_header.uk.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/policies/_page_header.uk.html.haml b/app/views/policies/_page_header.uk.html.haml index 37ae99575..d6e5cdba4 100644 --- a/app/views/policies/_page_header.uk.html.haml +++ b/app/views/policies/_page_header.uk.html.haml @@ -4,7 +4,7 @@ .page-header.row %nav.header-actions.col-md-3.col-lg-2 - if user_signed_in? - = link_to_if policy, "Редагувати", edit_policy_path(policy), title: "Change title and definition of policy", class: "link-policy-edit btn btn-default btn-xs" + = link_to_if policy, "Редагувати", edit_policy_path(policy), title: "Зміни назву та опис політики", class: "link-policy-edit btn btn-default btn-xs" = link_to "Нова політика", new_policy_path, class: "link-policy-new btn btn-primary btn-xs" %h1.col-md-9.col-lg-10.long-title = yield :title