Skip to content

Commit 667986b

Browse files
authored
fix: rename roundabout recap download button label (#256)
1 parent 32028bb commit 667986b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/i18n/resources/en.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ export const translations: Translations<'en'> = {
115115
return 'Proceed to the next step'
116116
},
117117
'button download data': 'Download data',
118-
'button download articulation': 'Download articulation table',
118+
'button download articulation': 'Download roundabout recap',
119119
'button expand': 'Expand view',
120120
'button previous title': 'Return to the previous step',
121121
'button previous label': 'Previous',

src/i18n/resources/fr.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,8 @@ export const translations: Translations<'fr'> = {
114114
return "Passer à l'étape suivante"
115115
},
116116
'button download data': 'Télécharger les données',
117-
'button download articulation': "Télécharger le tableau d'articulation",
117+
'button download articulation':
118+
'Télécharger le récapitulatif du rond-point',
118119

119120
'button expand': 'Étendre la vue',
120121

0 commit comments

Comments
 (0)