Skip to content

Commit

Permalink
updated messages
Browse files Browse the repository at this point in the history
  • Loading branch information
emaildano committed Nov 29, 2019
1 parent 37f523f commit 843b5f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api/class-shifter-api.php
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ public function __construct() {
}

/**
* Terminate App
* Stop WordPress
*
* @since 1.0.0
*/
Expand Down
2 changes: 1 addition & 1 deletion global/class-shifter-global.php
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ public function shifter_admin_bar_items() {

$shifter_support_terminate = array(
'id' => 'shifter_support_terminate',
'title' => 'Terminate App',
'title' => 'Stop WordPress',
'parent' => 'shifter',
'href' => '#',
'meta' => array( 'class' => $local_class ),
Expand Down

0 comments on commit 843b5f7

Please sign in to comment.