mirror of https://github.com/BOINC/boinc.git
Drupal: Update button label to "Force new UOTD"
(DBOINCP-213)
This commit is contained in:
parent
18b1df41a2
commit
f16aacda02
|
@ -60,7 +60,7 @@ function boinccore_admin_community(&$form_state) {
|
|||
);
|
||||
$form['tools']['reset_uotd'] = array(
|
||||
'#type' => 'submit',
|
||||
'#value' => t('Reset user of the day'),
|
||||
'#value' => t('Force new UOTD'),
|
||||
'#submit' => array('boinccore_reset_user_of_the_day'),
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in New Issue