We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44dd97b commit 22aff8eCopy full SHA for 22aff8e
templates/bootstrap/account/notifications/default.tpl
@@ -13,7 +13,7 @@
13
{if $DISABLE_IDLEWORKERNOTIFICATIONS|default:"" != 1}
14
<tr>
15
<td>
16
- <label>IDLE Worker</label>
+ <label>Idle Worker</label>
17
</td>
18
19
<input type="hidden" name="data[idle_worker]" value="0" />
@@ -93,7 +93,7 @@
93
94
{if $NOTIFICATIONS[notification].type == new_block}New Block
95
{else if $NOTIFICATIONS[notification].type == payout}Payout
96
-{else if $NOTIFICATIONS[notification].type == idle_worker}IDLE Worker
+{else if $NOTIFICATIONS[notification].type == idle_worker}Idle Worker
97
{else if $NOTIFICATIONS[notification].type == success_login}Successful Login
98
{/if}
99
0 commit comments