Skip to content

Commit

Permalink
[FIX] Changed success message for adding custom sound. (#20272)
Browse files Browse the repository at this point in the history
  • Loading branch information
Darshilp326 authored Jan 21, 2021
1 parent de9f5da commit 9c28917
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/views/admin/customSounds/AddCustomSound.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ function AddCustomSound({ goToNew, close, onChange, ...props }) {
name,
sound,
);
dispatchToastMessage({ type: 'success', message: t('Custom_Sound_Updated_Successfully') });
dispatchToastMessage({ type: 'success', message: t('Custom_Sound_Saved_Successfully') });
goToNew(result)();
onChange();
} catch (error) {
Expand Down

0 comments on commit 9c28917

Please sign in to comment.