[#3897] Fix error message

Someone having the role called "Project admin" may not have the
permission to archive subprojects. Having an error message asking to
contact the project administrator will leave them puzzled as they are
the project administrator.

The real person able to help here is the project administrator. Reflect
this in the error message.
pull/11853/head
Christophe Bliard 2 years ago
parent 8bd9531fd1
commit b664cf6db3
No known key found for this signature in database
GPG Key ID: 2BC07603210C3FA4
  1. 2
      config/locales/en.yml

@ -768,7 +768,7 @@ en:
foreign_wps_reference_version: 'Work packages in non descendant projects reference versions of the project or its descendants.'
attributes:
base:
archive_permission_missing_on_subprojects: "You do not have the permissions required to archive all sub-projects. Please contact your project administrator."
archive_permission_missing_on_subprojects: "You do not have the permissions required to archive all sub-projects. Please contact an administrator."
types:
in_use_by_work_packages: "still in use by work packages: %{types}"
enabled_modules:

Loading…
Cancel
Save