From 27c99b00d582d77f7365fb88e999d406e958c11e Mon Sep 17 00:00:00 2001 From: Ricsi Date: Sat, 11 Feb 2017 23:26:56 +0100 Subject: [PATCH] modified monthly discount text --- template/templates/user_diary.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/templates/user_diary.tpl b/template/templates/user_diary.tpl index e1d7b6d..9e44876 100644 --- a/template/templates/user_diary.tpl +++ b/template/templates/user_diary.tpl @@ -55,7 +55,7 @@ {if $action->get_de_discount_id() == 1} {assign var="discount" value="Próba kedvezmény"} {elseif $action->get_de_discount_id() == 2} - {assign var="discount" value="8+/hónap kedvezmény"} + {assign var="discount" value="Havi 8+ kedvezmény"} {elseif $action->get_de_discount_id() == 3} {assign var="discount" value="Duplázó kedvezmény"} {/if}