From: Tim Düsterhus Date: Mon, 21 Dec 2020 10:13:36 +0000 (+0100) Subject: Fix copy and paste error in error output in styleAdd.tpl X-Git-Tag: 5.3.2~25 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=dc169278d52de5fd6690598ce652a3dd679e5d98;p=GitHub%2FWoltLab%2FWCF.git Fix copy and paste error in error output in styleAdd.tpl --- diff --git a/wcfsetup/install/files/acp/templates/styleAdd.tpl b/wcfsetup/install/files/acp/templates/styleAdd.tpl index 9cc88913b6..b56b536908 100644 --- a/wcfsetup/install/files/acp/templates/styleAdd.tpl +++ b/wcfsetup/install/files/acp/templates/styleAdd.tpl @@ -315,7 +315,7 @@ {if $errorType == 'empty'} {lang}wcf.global.form.error.empty{/lang} {elseif $errorType == 'minWidth' || $errorType == 'minHeight' || $errorType == 'maxWidth' || $errorType == 'maxHeight'} - {lang}wcf.image.coverPhoto.upload.error.dimensions{/lang} + {lang}wcf.acp.style.favicon.error.dimensions{/lang} {else} {lang}wcf.acp.style.favicon.error.{$errorType}{/lang} {/if}