Skip to content

Commit

Permalink
fix: Text on transport tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
desoindx committed Apr 16, 2024
1 parent 185330f commit f641df7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
6 changes: 1 addition & 5 deletions src/components/misc/category/TransportShare.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,7 @@ const TransportShare = ({ tracking }: { tracking: string }) => {

return selected ? (
<>
<Radio
required
id='tabs'
label={t('onglet')}
hint="Sélectionnez les onglets que vous souhaitez intégrer à l'iframe">
<Radio required id='tabs' label={t('onglet')} hint={t('onglet-hint')}>
<RadioInput
priority='secondary'
value='distance'
Expand Down
2 changes: 1 addition & 1 deletion src/components/providers/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
},
"transport": {
"onglet": "Tab to share",
"onglet-hint": "Select tab you want to share",
"onglet-hint": "Select tab you want to see when on sharing",
"onglets": "Tabs to integrate",
"onglets-hint": "Select tabs you want to see in your iframe"
}
Expand Down
2 changes: 1 addition & 1 deletion src/components/providers/locales/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
},
"transport": {
"onglet": "Onglet à partager",
"onglet-hint": "Sélectionnez l'onglet que vous souhaitez partager",
"onglet-hint": "Sélectionnez longlet que vous souhaitez voir affiché lors du partage",
"onglets": "Onglet à intégrer",
"onglets-hint": "Sélectionnez les onglets que vous souhaitez intégrer à l'iframe"
}
Expand Down

0 comments on commit f641df7

Please sign in to comment.