Skip to content

Commit

Permalink
Merge pull request #563 from avouacr/rename-training-button
Browse files Browse the repository at this point in the history
Rename training button to "tutorials"
  • Loading branch information
garronej authored Jul 24, 2023
2 parents 665bfef + 2867fd1 commit 92631d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/ui/i18n/resources/en.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ export const translations: Translations<"en"> = {
"Header": {
"login": "Login",
"logout": "Logout",
"trainings": "Trainings",
"trainings": "Tutorials",
"documentation": "Documentation",
"project": "Project"
},
Expand Down
2 changes: 1 addition & 1 deletion src/ui/i18n/resources/fr.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ export const translations: Translations<"fr"> = {
"Header": {
"login": "Connexion",
"logout": "Déconnexion",
"trainings": "Formations",
"trainings": "Tutoriels",
"documentation": "Documentation",
"project": "Projet"
},
Expand Down

0 comments on commit 92631d2

Please sign in to comment.