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.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/screens/Settings/ExportCarDialog.tsx b/src/view/screens/Settings/ExportCarDialog.tsx
index 72d943bcf..0daa3c8c9 100644
--- a/src/view/screens/Settings/ExportCarDialog.tsx
+++ b/src/view/screens/Settings/ExportCarDialog.tsx
@@ -43,7 +43,7 @@ export function ExportCarDialog({
       }
     } catch (e) {
       logger.error('Error occurred while downloading CAR file', {message: e})
-      Toast.show(_(msg`Error occurred while saving file`))
+      Toast.show(_(msg`Error occurred while saving file`), 'xmark')
     } finally {
       setLoading(false)
       control.close()