mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-04-27 19:00:42 -04:00
feat(client): add unique flash messages to the sounds (#49785)
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
This commit is contained in:
@@ -32,6 +32,14 @@ export enum FlashMessages {
|
||||
TimelinePrivate = 'flash.timeline-private',
|
||||
TokenDeleted = 'flash.token-deleted',
|
||||
UpdatedPreferences = 'flash.updated-preferences',
|
||||
UpdatedAboutMe = 'flash.updated-about-me',
|
||||
UpdatedSocials = 'flash.updated-socials',
|
||||
UpdatedSound = 'flash.updated-sound',
|
||||
UpdatedThemes = 'flash.updated-themes',
|
||||
UpdatedKeyboardShortCuts = 'flash.keyboard-shortcut-updated',
|
||||
UpdatedQunicyEmailSubscription = 'flash.subscribe-to-quincy-updated',
|
||||
UpdatedPortfolio = 'flash.portfolio-item-updated',
|
||||
UpdatedPrivacy = 'flash.privacy-updated',
|
||||
UsernameNotFound = 'flash.username-not-found',
|
||||
UsernameTaken = 'flash.username-taken',
|
||||
UsernameUpdated = 'flash.username-updated',
|
||||
|
||||
Reference in New Issue
Block a user