Bug 33355: Add missing counter number to related users in agreements and licenses to be in line with other related content

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
Pedro Amorim 2023-03-29 08:33:30 +00:00 committed by Tomas Cohen Arazi
parent 715a3ec635
commit ab3ce787a1
Signed by: tomascohen
GPG key ID: 0A272EA1B2F3C15F
2 changed files with 2 additions and 2 deletions

View file

@ -137,7 +137,7 @@
</fieldset>
<AgreementPeriods :periods="agreement.periods" />
<UserRoles
:user_type="$__('Agreement user')"
:user_type="$__('Agreement user %s')"
:user_roles="agreement.user_roles"
:av_user_roles="av_user_roles"
/>

View file

@ -113,7 +113,7 @@
</ol>
</fieldset>
<UserRoles
:user_type="$__('License user')"
:user_type="$__('License user %s')"
:user_roles="license.user_roles"
:av_user_roles="av_user_roles"
/>