Corrected Uppercase 'IDLE' To Match Format
Corrected the word 'idle' to match the text format of all other notification text. IDLE > Idle
This commit is contained in:
parent
44dd97b2cb
commit
22aff8ed2f
@ -13,7 +13,7 @@
|
||||
{if $DISABLE_IDLEWORKERNOTIFICATIONS|default:"" != 1}
|
||||
<tr>
|
||||
<td>
|
||||
<label>IDLE Worker</label>
|
||||
<label>Idle Worker</label>
|
||||
</td>
|
||||
<td>
|
||||
<input type="hidden" name="data[idle_worker]" value="0" />
|
||||
@ -93,7 +93,7 @@
|
||||
<td>
|
||||
{if $NOTIFICATIONS[notification].type == new_block}New Block
|
||||
{else if $NOTIFICATIONS[notification].type == payout}Payout
|
||||
{else if $NOTIFICATIONS[notification].type == idle_worker}IDLE Worker
|
||||
{else if $NOTIFICATIONS[notification].type == idle_worker}Idle Worker
|
||||
{else if $NOTIFICATIONS[notification].type == success_login}Successful Login
|
||||
{/if}
|
||||
</td>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user