From 22aff8ed2f5e53e69b4f7a20232f0316c045b8f0 Mon Sep 17 00:00:00 2001 From: Glen Date: Wed, 18 Jun 2014 13:05:51 +1000 Subject: [PATCH] Corrected Uppercase 'IDLE' To Match Format Corrected the word 'idle' to match the text format of all other notification text. IDLE > Idle --- templates/bootstrap/account/notifications/default.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/bootstrap/account/notifications/default.tpl b/templates/bootstrap/account/notifications/default.tpl index f1fa1a0d..12dbcd0b 100644 --- a/templates/bootstrap/account/notifications/default.tpl +++ b/templates/bootstrap/account/notifications/default.tpl @@ -13,7 +13,7 @@ {if $DISABLE_IDLEWORKERNOTIFICATIONS|default:"" != 1} - + @@ -93,7 +93,7 @@ {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}