mirror of
https://github.com/opf/openproject.git
synced 2026-06-14 03:30:14 +00:00
Use open_work_package instead of see_in_open_project translation
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
locals: {
|
||||
summary:,
|
||||
button_href: shared_work_package_path(@work_package.id),
|
||||
button_text: I18n.t(:'mail.sharing.work_packages.see_in_open_project'),
|
||||
button_text: I18n.t(:'mail.sharing.work_packages.open_work_package'),
|
||||
salutation: I18n.t(:'mail.salutation', user: @shared_with_user.firstname)
|
||||
} %>
|
||||
|
||||
|
||||
@@ -2290,7 +2290,6 @@ en:
|
||||
allowed_actions: 'You may %{allowed_actions} this work package. This can change depending on your project role and permissions.'
|
||||
create_account: 'To access this work package you will need to create an %{instance} account. '
|
||||
open_work_package: 'Open work package'
|
||||
see_in_open_project: 'See work package in OpenProject'
|
||||
subject: 'You have been shared work package #%{id}'
|
||||
summary:
|
||||
user: '%{user} shared a work package with you with %{role_rights} rights'
|
||||
|
||||
Reference in New Issue
Block a user