From 72df07fa87d81118ca87620799f1d6406380b194 Mon Sep 17 00:00:00 2001 From: Aevann Date: Sun, 7 Apr 2024 05:08:17 +0200 Subject: [PATCH] add "Please" --- files/routes/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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):