Skip to content

Commit

Permalink
[BUGFIX] renomme les clés de traduction dans les fichier nl / en sur …
Browse files Browse the repository at this point in the history
…la table des lots de places (#10159)
  • Loading branch information
lionelB committed Sep 24, 2024
1 parent dae9ec1 commit 2450382
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions orga/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -1157,9 +1157,9 @@
"caption": "Table listing your organisation's seat purchases. For each purchase, it shows: the number of tickets, the activation date, the expiry date and the status (active, coming soon or expired). It is ordered according to the status of the purchases and their expiry date.",
"empty-state": "No seats yet!",
"headers": {
"activationDate": "Activation date",
"activation-date": "Activation date",
"count": "Seats count",
"expirationDate": "Expiration date",
"expiration-date": "Expiration date",
"status": "Status"
}
}
Expand Down
6 changes: 3 additions & 3 deletions orga/translations/nl.json
Original file line number Diff line number Diff line change
Expand Up @@ -1178,11 +1178,11 @@
"table": {
"title": "Seats purchase history",
"caption": "Table listing your organisation's seat purchases. For each purchase, it shows: the number of tickets, the activation date, the expiry date and the status (active, coming soon or expired). It is ordered according to the status of the purchases and their expiry date.",
"empty-state":"No seats yet!",
"empty-state": "No seats yet!",
"headers": {
"count": "Seats count",
"activationDate": "Activation date",
"expirationDate": "Expiration date",
"activation-date": "Activation date",
"expiration-date": "Expiration date",
"status": "Status"
}
},
Expand Down

0 comments on commit 2450382

Please sign in to comment.