mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-17 00:07:24 +00:00
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:
committed by
Maikel Linke
parent
9dcbd9076e
commit
b91019ad64
@@ -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'}" }
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user