Skip to content

Commit

Permalink
web/src/ui/i18n/i18n.tsx: Minor UI enhancements
Browse files Browse the repository at this point in the history
  • Loading branch information
bzg committed Aug 22, 2024
1 parent bab6b1d commit 85bc1ef
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions web/src/ui/i18n/i18n.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -626,16 +626,16 @@ const {
},
"DeclarationFormStep2User": {
"useCase": "Describe in a few words your use case",
"environment": "In which environment do you use your software ?",
"version": "Which version of the software do you use ? (Optional)",
"service": "More precisely, which service of the software do you use ?"
"environment": "In which environment do you use your software?",
"version": "Which version of the software do you use? (Optional)",
"service": "Which web instance of the software do you use?"
},
"DeclarationFormStep2Referent": {
"legend title": "Are you a technical expert of this software ?",
"legend hint": "You are able to answer to questions of agents and of CIO",
"useCase": "Describe in a few words the use case of your administration",
"service":
"More precisely, which service of the software do you declare yourself referent"
"Which web instance of the software do you declare yourself referent for"
},
"Account": {
"title": "My Account",
Expand Down Expand Up @@ -1320,7 +1320,7 @@ const {
"useCase":
"Décrivez en quelques mots le cas d'usage de votre administration",
"service":
"Plus précisément, pour quel service du logiciel vous déclarez-vous référent ?"
"Pour quelle instance web du logiciel vous déclarez-vous référent ?"
},
"Account": {
"title": "Mon compte",
Expand Down

0 comments on commit 85bc1ef

Please sign in to comment.