Skip to content

Commit 1ba3055

Browse files
committed
Merge branch 'development' of https://github.com/MPOS/php-mpos into development
2 parents 97547ca + e138f0e commit 1ba3055

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/config/admin_settings.inc.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@
390390
'options' => array( 0 => 'No', 1 => 'Yes'),
391391
'default' => 0,
392392
'name' => 'disable_worker_edit', 'value' => $setting->getValue('disable_worker_edit'),
393-
'tooltip' => 'No worker editing without valid Payout Address set in User Config.'
393+
'tooltip' => 'No worker editing without valid Payout Address set in Account Settings.'
394394
);
395395
$aSettings['system'][] = array(
396396
'display' => 'IRC Chat Channel', 'type' => 'text',

0 commit comments

Comments
 (0)