diff --git a/files/routes/settings.py b/files/routes/settings.py index 95e14a7bc..3c2a8b70e 100644 --- a/files/routes/settings.py +++ b/files/routes/settings.py @@ -952,7 +952,7 @@ def settings_song_change(v): gevent.spawn(_change_song_youtube, v.id, id) - return redirect("/settings/personal?msg=Profile Anthem successfully updated. Wait 5 minutes for the change to take effect.") + return redirect("/settings/personal?msg=Profile Anthem successfully updated. Please wait 5 minutes for the change to take effect.") def process_settings_plaintext(value, current, length, default_value):