Use open_work_package instead of see_in_open_project translation

This commit is contained in:
Aaron Contreras
2023-10-25 08:35:54 -05:00
parent 93246eba60
commit 7492d5adb7
2 changed files with 1 additions and 2 deletions
@@ -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)
} %>
-1
View File
@@ -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'