aboutsummaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
Diffstat (limited to 'data')
-rw-r--r--data/templates/base.htm4
1 files changed, 2 insertions, 2 deletions
diff --git a/data/templates/base.htm b/data/templates/base.htm
index 86c79e6..efc9e3b 100644
--- a/data/templates/base.htm
+++ b/data/templates/base.htm
@@ -75,8 +75,8 @@
<div class="row">
<div class="span9">
{% if suggestSetupCheck %}
- <div class="alert alert-error">
- It seems phorkie is not setup properly.
+ <div class="alert alert-warning">
+ No configuration file found.
Visit the <a href="setup">setup check page</a> for more information.
</div>
{% endif %}