Skip to content

Commit

Permalink
Remove duration strings
Browse files Browse the repository at this point in the history
  • Loading branch information
wpalani committed Jul 6, 2024
1 parent 7aa6aa4 commit 5021c12
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions includes/DeactivationSurvey.php
Original file line number Diff line number Diff line change
Expand Up @@ -79,12 +79,6 @@ public function __construct() {
__( 'Need Help? Check the <a href="%s">help center</a> for support.', 'wp-module-deactivation' ),
'/wp-admin/admin.php?page=' . container()->plugin()->id . '#/help'
),
'durationOption1' => __( '1 Hour','wp-module-deactivation' ),
'durationOption1Value' => __( '1_hour','wp-module-deactivation' ),
'durationOption2' => __( '24 Hours','wp-module-deactivation' ),
'durationOption2Value' => __( '24_hours','wp-module-deactivation' ),
'durationOption3' => __( 'Until I turn it back on','wp-module-deactivation' ),
'durationOption3Value' => __( 'until_manual','wp-module-deactivation' ),
);

// Merge defaults with container values from plugin
Expand Down

0 comments on commit 5021c12

Please sign in to comment.