From bd9f62675bfb250e5406dee789de391c69c539ea Mon Sep 17 00:00:00 2001 From: Cameron Date: Sat, 14 Jan 2023 19:07:31 -0800 Subject: [PATCH] disclaimer tweak. --- e107_plugins/siteinfo/e_shortcode.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e107_plugins/siteinfo/e_shortcode.php b/e107_plugins/siteinfo/e_shortcode.php index 5ee1d9094..0046eea9a 100644 --- a/e107_plugins/siteinfo/e_shortcode.php +++ b/e107_plugins/siteinfo/e_shortcode.php @@ -54,7 +54,7 @@ class siteinfo_shortcodes // must match the folder name of the plugin. { $class = !empty($parm['class']) ? " class='".$parm['class']."'" : ''; - $default = "Proudly powered by e107 which is released under the terms of the GNU GPL License."; + $default = "Proudly powered by e107 Bootstrap CMS which is released under the terms of the GNU GPL License."; $text = deftrue('SITEDISCLAIMER',$default);