From 43bd42189bc92b027f0d820e848d9e5d3729d9ab Mon Sep 17 00:00:00 2001 From: Marcel Werk Date: Wed, 12 Jun 2013 16:05:40 +0200 Subject: [PATCH] Fixed missing language variable --- wcfsetup/install/files/acp/js/WCF.ACP.Style.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wcfsetup/install/files/acp/js/WCF.ACP.Style.js b/wcfsetup/install/files/acp/js/WCF.ACP.Style.js index a920152285..e54c98bbe0 100644 --- a/wcfsetup/install/files/acp/js/WCF.ACP.Style.js +++ b/wcfsetup/install/files/acp/js/WCF.ACP.Style.js @@ -137,7 +137,7 @@ WCF.ACP.Style.ImageUpload = WCF.Upload.extend({ this._button.next('.innerError').remove(); // show success message - var $notification = new WCF.System.Notification(WCF.Language.get('wcf.acp.style.image.success')); + var $notification = new WCF.System.Notification(WCF.Language.get('wcf.global.success')); $notification.show(); } else if (data.returnValues.errorType) { -- 2.20.1