Skip to content

Commit

Permalink
Merge pull request #2628 from masteradhoc/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
yscik committed Nov 7, 2023
2 parents b3e2d01 + 753ddad commit 5fa011d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/admin/class-wp-job-manager-settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ protected function init_settings() {
'std' => '0',
'label' => __( 'Salary Unit', 'wp-job-manager' ),
'cb_label' => __( 'Enable Job Salary Unit Customization', 'wp-job-manager' ),
'desc' => __( 'This lets users add a salary currency when submitting a job.', 'wp-job-manager' ),
'desc' => __( 'This lets users add a salary unit when submitting a job.', 'wp-job-manager' ),
'type' => 'checkbox',
'attributes' => [],
],
Expand Down

0 comments on commit 5fa011d

Please sign in to comment.