diff options
Diffstat (limited to 'templates/web/default/debug_header.html')
-rw-r--r-- | templates/web/default/debug_header.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/default/debug_header.html b/templates/web/default/debug_header.html index 247e55128..1468d171c 100644 --- a/templates/web/default/debug_header.html +++ b/templates/web/default/debug_header.html @@ -1,5 +1,5 @@ [% IF c.config.STAGING_SITE %] - <p class="error"> + <p class="dev-site-notice"> [% loc("This is a developer site; things might break at any time, and the database will be periodically deleted.") %] </p> [% END %] |