diff --git a/app/views/configurations/index.html.haml b/app/views/configurations/index.html.haml
--- a/app/views/configurations/index.html.haml
+++ b/app/views/configurations/index.html.haml
@@ -20,7 +20,7 @@
= in_place_editor_field :configuration, :value, {}, :rows=>1
%td= conf.description
-- if Configuration.cache?
+- if Configuration.config_cached?
%br/
Your config is saved, but it does not automatically take effect.
%br/