about summary refs log tree commit diff
path: root/src/view/com/lightbox/Lightbox.tsx
diff options
context:
space:
mode:
authorSamuel Newman <mozzius@protonmail.com>2025-05-08 23:50:12 +0300
committerGitHub <noreply@github.com>2025-05-08 23:50:12 +0300
commit207527f1d57b7dbde1201823a37751fb1ee6473e (patch)
treeee86a378a5ce941d1ee3fe20a8abb97e2a153ccd /src/view/com/lightbox/Lightbox.tsx
parent36697755c72805d141044513d1a08bd45f946a3b (diff)
downloadvoidsky-207527f1d57b7dbde1201823a37751fb1ee6473e.tar.zst
[Android] Save photos to "Bluesky" folder (#8018)
Diffstat (limited to 'src/view/com/lightbox/Lightbox.tsx')
-rw-r--r--src/view/com/lightbox/Lightbox.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/com/lightbox/Lightbox.tsx b/src/view/com/lightbox/Lightbox.tsx
index 628bd2b9a..677256191 100644
--- a/src/view/com/lightbox/Lightbox.tsx
+++ b/src/view/com/lightbox/Lightbox.tsx
@@ -41,7 +41,7 @@ export function Lightbox() {
       }
       try {
         await saveImageToMediaLibrary({uri})
-        Toast.show(_(msg`Saved to your camera roll`))
+        Toast.show(_(msg`Image saved`))
       } catch (e: any) {
         Toast.show(_(msg`Failed to save image: ${String(e)}`), 'xmark')
       }