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:
Ron
2017-05-23 12:01:44 +03:00
committed by skull132
parent 92603bf17c
commit f0766fa72d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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