Skip to content

Commit

Permalink
Language improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
thijskh committed Oct 31, 2023
1 parent 30ef76d commit 627097f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions client/src/locale/nl.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,8 @@ const nl = {
},
role: {
copyUrn: "Copy urn",
userInfo: "{{nbr}} leden & Valide voor {{valid}} dagen",
roleInfo: "Rol valide voor <strong>{{days}} dagen</strong>",
userInfo: "{{nbr}} leden & geldig voor {{valid}} dagen",
roleInfo: "Rol geldig voor <strong>{{days}} dagen</strong>",
roleInfoNoEndDate: "Rol heeft <strong>geen einddatum</strong>",
contactAdmin: "Contact manager(s)"
},
Expand Down
2 changes: 1 addition & 1 deletion welcome/src/locale/nl.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const nl = {
and: "en",
more: "Meer",
less: "Minder",
error: "Je kunt <a href=\"mailto:[email protected]\">contact opnemen</a> voor meer informartie.<br/><br/>" +
error: "Je kunt <a href=\"mailto:[email protected]\">contact opnemen</a> voor meer informatie.<br/><br/>" +
"Het foutmeldingsnummer is {{reference}}."
},
profile: {
Expand Down

0 comments on commit 627097f

Please sign in to comment.