From dc169278d52de5fd6690598ce652a3dd679e5d98 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim=20D=C3=BCsterhus?= Date: Mon, 21 Dec 2020 11:13:36 +0100 Subject: [PATCH] Fix copy and paste error in error output in styleAdd.tpl --- wcfsetup/install/files/acp/templates/styleAdd.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} -- 2.20.1