mirror of
https://github.com/Radarr/Radarr
synced 2025-01-03 05:44:50 +00:00
Update LoadingMessage.tsx
Adding extra loading messages
This commit is contained in:
parent
0ef6e56e5d
commit
0c15641a23
1 changed files with 6 additions and 0 deletions
|
@ -20,6 +20,12 @@ const messages = [
|
|||
"Don't forget to tip your waitress",
|
||||
'Apply directly to the forehead',
|
||||
'Loading Battlestation',
|
||||
'Please wait while the minions do their work…',
|
||||
'Please wait… we are testing your patience.',
|
||||
'Loading… because why not?',
|
||||
'Rolling out the red carpet…',
|
||||
'Popcorn ready? Here we go!',
|
||||
'Editing the final cut…',
|
||||
];
|
||||
|
||||
let message: string | null = null;
|
||||
|
|
Loading…
Reference in a new issue