-
Notifications
You must be signed in to change notification settings - Fork 53
Description
In the Dataverse issue tracker, an issue was created by @rmo-cdsp (IQSS/dataverse#5226), reporting a missing link in the account notification for file access requests.
On the second one, you can see the same page, but in french. But there is no link, just a {0}. I assume something went wrong when trying to retrieve the url to the dataset.
It was suggested by @mhvezina that an apostrophe needed to be escaped, and I was able to confirm this with this fix:
notification.requestFileAccess=Demande d''accès pour l''ensemble de données\u00A0: {0}.
There were also changes to this message in the English bundle in 4.10 release (IQSS/dataverse#5229), that adds more user information to the notification with two additional params.
I am opening this bug report in this new language packs repo, and closing the original issue in the dataverse repo.