mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 04:51:32 +01:00
Replaces two warnings that shouldn't be warnings (#2426)
Replaces two warnings with alerts or dangers as they are better fitting. Might be good to keep this open for a while in case anymore pop up.
This commit is contained in:
@@ -278,7 +278,7 @@
|
||||
src.preload_rsc = pick(config.resource_urls)
|
||||
else src.preload_rsc = 1 // If config.resource_urls is not set, preload like normal.
|
||||
|
||||
src << "<span class='warning'>If the title screen is black, resources are still downloading. Please be patient until the title screen appears.</span>"
|
||||
src << "<span class='alert'>If the title screen is black, resources are still downloading. Please be patient until the title screen appears.</span>"
|
||||
|
||||
|
||||
clients += src
|
||||
|
||||
Reference in New Issue
Block a user