Skip to content

Commit

Permalink
Shorten toast message
Browse files Browse the repository at this point in the history
  • Loading branch information
ClementTsang committed Dec 21, 2024
1 parent 88e8e50 commit 24c4c74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/view/com/lightbox/Lightbox.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export function Lightbox() {
}
try {
await saveImageToMediaLibrary({uri})
Toast.show(_(msg`Saved to your media library`))
Toast.show(_(msg`Image saved`))
} catch (e: any) {
Toast.show(_(msg`Failed to save image: ${String(e)}`), 'xmark')
}
Expand Down

0 comments on commit 24c4c74

Please sign in to comment.