summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--errors.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/errors.php b/errors.php
index 6e252ba08..967bb4e33 100644
--- a/errors.php
+++ b/errors.php
@@ -11,7 +11,7 @@
$ERRORS[4] = _("Frontend sanity check failed.");
- $ERRORS[5] = _("Incorrect database schema version.");
+ $ERRORS[5] = _("Incorrect database schema version. <a href='update.php'>Please update</a>.");
$ERRORS[6] = _("Request not authorized.");