Split translation key for enterprise manage button

The ".manage" key is still used by the column header for the "Manage"
buttons.
This commit is contained in:
Kristina Lim
2018-07-20 12:53:41 +08:00
committed by Maikel Linke
parent 9dcbd9076e
commit b91019ad64
2 changed files with 2 additions and 1 deletions

View File

@@ -40,7 +40,7 @@
%i.icon-status{ ng: { class: "enterprise.status" } }
%td.manage{ ng: { show: 'columns.manage.visible' } }
%a.button.fullwidth{ ng: { href: '{{::enterprise.edit_path}}' } }
= t('.manage')
= t('.manage_link')
%i.icon-arrow-right
%tr.panel-row{ object: "enterprise", panels: "{producer: 'enterprise_producer', package: 'enterprise_package', status: 'enterprise_status'}" }

View File

@@ -788,6 +788,7 @@ en:
no_enterprises_found: No enterprises found.
search_placeholder: Search By Name
manage: Manage
manage_link: Manage
new_form:
owner: Owner
owner_tip: The primary user responsible for this enterprise.