From: Matthias Schmidt Date: Mon, 21 Jul 2014 14:50:20 +0000 (+0200) Subject: Fix username errors in comment guest dialog X-Git-Tag: 2.1.0_Alpha_1~548^2~16 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=947122e492d5a95a43b01c8f0803938a7d3372e1;p=GitHub%2FWoltLab%2FWCF.git Fix username errors in comment guest dialog --- diff --git a/com.woltlab.wcf/templates/commentAddGuestDialog.tpl b/com.woltlab.wcf/templates/commentAddGuestDialog.tpl index 1f758870f1..8fe7e4d71a 100644 --- a/com.woltlab.wcf/templates/commentAddGuestDialog.tpl +++ b/com.woltlab.wcf/templates/commentAddGuestDialog.tpl @@ -9,7 +9,7 @@ {if $errorType[username] == 'empty'} {lang}wcf.global.form.error.empty{/lang} {else} - {lang}wcf.user.username.error.$errorType[username]{/lang} + {lang}wcf.user.username.error.{$errorType[username]}{/lang} {/if} {/if}