Fix copy and paste error in error output in styleAdd.tpl
authorTim Düsterhus <duesterhus@woltlab.com>
Mon, 21 Dec 2020 10:13:36 +0000 (11:13 +0100)
committerTim Düsterhus <duesterhus@woltlab.com>
Mon, 21 Dec 2020 10:13:36 +0000 (11:13 +0100)
wcfsetup/install/files/acp/templates/styleAdd.tpl

index 9cc88913b6363ab3288cc68dfafa50eda7821283..b56b5369085209eedb794953a55d18e434377cf4 100644 (file)
                                                                {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}