Skip to content

Commit

Permalink
Merge pull request #79 from MCN-ING/fix/translations-proof-request-pr…
Browse files Browse the repository at this point in the history
…edicates-datetime

fix: change translations for proof request predicates based on dates
  • Loading branch information
fc-santos authored Nov 27, 2023
2 parents 5d748a3 + 38fe15d commit ed6850c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/localization/fr/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -533,8 +533,8 @@ const translation = {
PopupExit: "J'ai compris",
},
ProofRequest: {
PredicateGeDate: 'est après',
PredicateLeDate: 'est avant',
PredicateGeDate: 'est après le',
PredicateLeDate: 'est avant le',
PredicateGe: 'est supérieur ou égal à',
PredicateGr: 'est supérieur à',
PredicateLe: 'est inférieur ou égal à',
Expand Down

0 comments on commit ed6850c

Please sign in to comment.