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}
|