Skip to content

Commit 22aff8e

Browse files
committed
Corrected Uppercase 'IDLE' To Match Format
Corrected the word 'idle' to match the text format of all other notification text. IDLE > Idle
1 parent 44dd97b commit 22aff8e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/bootstrap/account/notifications/default.tpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
{if $DISABLE_IDLEWORKERNOTIFICATIONS|default:"" != 1}
1414
<tr>
1515
<td>
16-
<label>IDLE Worker</label>
16+
<label>Idle Worker</label>
1717
</td>
1818
<td>
1919
<input type="hidden" name="data[idle_worker]" value="0" />
@@ -93,7 +93,7 @@
9393
<td>
9494
{if $NOTIFICATIONS[notification].type == new_block}New Block
9595
{else if $NOTIFICATIONS[notification].type == payout}Payout
96-
{else if $NOTIFICATIONS[notification].type == idle_worker}IDLE Worker
96+
{else if $NOTIFICATIONS[notification].type == idle_worker}Idle Worker
9797
{else if $NOTIFICATIONS[notification].type == success_login}Successful Login
9898
{/if}
9999
</td>

0 commit comments

Comments
 (0)