Skip to content

Commit

Permalink
questionmark missing in confirmation dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
thijskh committed Oct 28, 2024
1 parent 32cc910 commit 9fad154
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions client/src/locale/en.js
Original file line number Diff line number Diff line change
Expand Up @@ -214,8 +214,8 @@ const en = {
guestRoles: "{{count}} users",
managerRoles: "{{count}} managers & inviters",
notAllowed: "You're not allowed to delete this user role because of missing roles",
updateConfirmation: "Are you sure you want to change the end date of role {{roleName}} for {{userName}}",
updateConfirmationRemoveEndDate: "Are you sure you want to remove the end date of role {{roleName}} for {{userName}}",
updateConfirmation: "Are you sure you want to change the end date of role {{roleName}} for {{userName}}?",
updateConfirmationRemoveEndDate: "Are you sure you want to remove the end date of role {{roleName}} for {{userName}}?",
updateFlash: "The end date for role {{roleName}} has been updated",
deleteConfirmation: "Are you sure you want to remove this role from this user(s)?",
deleteFlash: "User role(s) have been removed",
Expand Down Expand Up @@ -269,8 +269,8 @@ const en = {
resend: "Resend",
notAllowed: "You're not allowed to delete or resend this invitation because of missing roles",
deleteFlash: "Invitation(s) have been revoke",
deleteConfirmation: "Are you sure you want to revoke this invitation(s)?",
resendConfirmation: "Are you sure you want to resend this invitation(s)?",
deleteConfirmation: "Are you sure you want to revoke these invitations?",
resendConfirmation: "Are you sure you want to resend these invitations?",
resendFlash: "Invitation(s) have been resent",
inviterRole: {
title: "Send new invite",
Expand Down
4 changes: 2 additions & 2 deletions client/src/locale/nl.js
Original file line number Diff line number Diff line change
Expand Up @@ -213,8 +213,8 @@ const nl = {
guestRoles: "{{count}} gebruikers",
managerRoles: "{{count}} managers & uitnodigers",
notAllowed: "Je kunt deze gebruikersrol niet verwijderen vanwege ontbrekende rollen",
updateConfirmation: "Weet je zeker dat je de einddatum wil aanpassen van rol {{roleName}} voor {{userName}}",
updateConfirmationRemoveEndDate: "Weet je zeker dat je de einddatum wil verwijderen van rol {{roleName}} voor {{userName}}",
updateConfirmation: "Weet je zeker dat je de einddatum wil aanpassen van rol {{roleName}} voor {{userName}}?",
updateConfirmationRemoveEndDate: "Weet je zeker dat je de einddatum wil verwijderen van rol {{roleName}} voor {{userName}}?",
updateFlash: "De einddatum van rol {{roleName}} is bijgewerkt",
deleteConfirmation: "Weet je zeker dat je de rol van deze gebruiker(s) wil verwijderen?",
deleteFlash: "Gebruikersrol(len) zijn verwijderd",
Expand Down

0 comments on commit 9fad154

Please sign in to comment.