Skip to content

Commit

Permalink
update: data update notice description as per pm message
Browse files Browse the repository at this point in the history
  • Loading branch information
mralaminahamed committed Nov 25, 2024
1 parent e5553da commit a8123b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/Upgrade/AdminNotice.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public static function show_notice( $notices ) {
$notices[] = [
'type' => 'info',
'title' => __( 'Dokan Data Update Required', 'dokan-lite' ),
'description' => __( 'We need to update your install to the latest version', 'dokan-lite' ),
'description' => __( 'Updating your Dokan data is required to continue functional operations.', 'dokan-lite' ),
'priority' => 1,
'scope' => 'global',
'actions' => [
Expand Down

0 comments on commit a8123b3

Please sign in to comment.