aboutsummaryrefslogtreecommitdiffstats
path: root/install/db/25-database.php
diff options
context:
space:
mode:
Diffstat (limited to 'install/db/25-database.php')
-rw-r--r--install/db/25-database.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/install/db/25-database.php b/install/db/25-database.php
index 6fe0efee4..9afa5e5ac 100644
--- a/install/db/25-database.php
+++ b/install/db/25-database.php
@@ -30,7 +30,7 @@ $upgrade_description = 'reinitialize page_banner';
$query = '
UPDATE '.PREFIX_TABLE.'config
- SET value = \'<h1>PhpWebGallery demonstration site</h1><p>My photos web site</p>\'
+ SET value = \'<h1>Piwigo demonstration site</h1><p>My photos web site</p>\'
WHERE param = \'page_banner\'
;';
pwg_query($query);