Skip to content

Commit

Permalink
fix: clarifying upgrade needed notice in admin (#789)
Browse files Browse the repository at this point in the history
  • Loading branch information
NiclasNorin authored Jan 22, 2025
1 parent 519542f commit 6f6c97d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/php/Upgrade.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public function addAdminNotice()
if (empty($currentDbVersion) || $currentDbVersion < $this->dbVersion) {
echo sprintf(
'<div class="notice notice-warning update-nag inline">%s</div>',
__('A newer version of Modularity is available. Run wp-cli "modularity upgrade" to upgrade.', 'modularity')
__('The database may need to be updated to accomodate new datatastructures. Run wp-cli "modularity upgrade" to upgrade.', 'modularity')
);

}
Expand Down

0 comments on commit 6f6c97d

Please sign in to comment.