Skip to content

Commit

Permalink
Translate edit policy tooltip. Fixes #69
Browse files Browse the repository at this point in the history
  • Loading branch information
henare committed Nov 19, 2015
1 parent fee3f93 commit ca40b4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/policies/_page_header.uk.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ca40b4d

Please sign in to comment.