We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9914ea8 commit 73fcdd5Copy full SHA for 73fcdd5
src/components/Albums/AlbumsGallery.tsx
@@ -39,7 +39,7 @@ export const AlbumsGallery: React.FC = () => {
39
return;
40
}
41
42
- if (confirm(`Are you sure you want to delete "${a.name}"?. The files in the albums will be still available in your feed?`)) {
+ if (confirm(`Are you sure you want to delete "${a.name}"? The files in the albums will be still available in your feed?`)) {
43
deleteAlbumMutation.mutate(id, {
44
onSuccess: () => {
45
toast.success(`The album "${a.name}" has been successfully deleted.`);
0 commit comments