about summary refs log tree commit diff
path: root/src/view/screens/Settings/ExportCarDialog.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/view/screens/Settings/ExportCarDialog.tsx')
-rw-r--r--src/view/screens/Settings/ExportCarDialog.tsx4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/view/screens/Settings/ExportCarDialog.tsx b/src/view/screens/Settings/ExportCarDialog.tsx
index 3ec37e85e..e901fb090 100644
--- a/src/view/screens/Settings/ExportCarDialog.tsx
+++ b/src/view/screens/Settings/ExportCarDialog.tsx
@@ -92,7 +92,9 @@ export function ExportCarDialog({
               size={gtMobile ? 'small' : 'large'}
               onPress={() => control.close()}
               label={_(msg`Done`)}>
-              {_(msg`Done`)}
+              <ButtonText>
+                <Trans>Done</Trans>
+              </ButtonText>
             </Button>
           </View>