From 735bdadd88b67f29e4715f5b6621686647d6c57c Mon Sep 17 00:00:00 2001 From: Sebastian Grewe Date: Sat, 1 Mar 2014 13:50:03 +0100 Subject: [PATCH] [FIX] Payout notification type in list --- public/templates/mpos/account/notifications/default.tpl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/public/templates/mpos/account/notifications/default.tpl b/public/templates/mpos/account/notifications/default.tpl index 6d6d2bd7..a112147d 100644 --- a/public/templates/mpos/account/notifications/default.tpl +++ b/public/templates/mpos/account/notifications/default.tpl @@ -94,9 +94,8 @@ {$NOTIFICATIONS[notification].time} {if $NOTIFICATIONS[notification].type == new_block}New Block -{else if $NOTIFICATIONS[notification].type == auto_payout}Auto Payout +{else if $NOTIFICATIONS[notification].type == payout}Payout {else if $NOTIFICATIONS[notification].type == idle_worker}IDLE Worker -{else if $NOTIFICATIONS[notification].type == manual_payout}Manual Payout {else if $NOTIFICATIONS[notification].type == success_login}Successful Login {/if}