Commit 8eb75121de2f455b8fcc8787615f7801a00e9d77

Authored by Kevin Fourie
1 parent 1ee1680a

KTC-156

"KnowledgeTree still noted on the first page of the upgrade wizard after and upgrade install completes."
Fixed. Description of work done...

Committed By: Kevin
Reviewed By: Jalaloedien

git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@6902 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing 1 changed file with 1 additions and 1 deletions
setup/upgrade.php
... ... @@ -226,7 +226,7 @@ function login()
226 226 {
227 227 ?>
228 228 <P>
229   -The database upgrade wizard completes the upgrade process on an existing KnowledgeTree installation. It applies
  229 +The database upgrade wizard completes the upgrade process on an existing <?php echo APP_NAME;?> installation. It applies
230 230 any upgrades to the database that may be required.
231 231 <P>
232 232 Only administrator users may access the upgrade wizard.
... ...