polls
polls copied to clipboard
I18N/L10n improvements
⚠️ This issue respects the following points: ⚠️
- [X] I agree to follow Nextcloud's Code of Conduct.
Describe the goal you'd like to achieve
In polls/lib/Service/ActivityService.php:240-242
It is unclear if the string is referring to a person or a share. If it is a share, then there is a grammar issue and it should read:
"You have changed the registration constraints for share {share_name}"
However, it is unknown to me if "{sharee}" (as it is originally written) gets casted to the share name in this context or to the person.
Describe possible solutions
Grammar fix
Additional context
No response
In this case it is the share name of the public share not connected to a person.
So you suggest to change it to {share_name} right?
Just looking into the code, it is not an easy change, since public polls now have a label or are just called 'Public link'. I think, we have to think about differentiating between public links with and without label.