From ef8a70580d8a772e21ce9132624ff1b69b46c86c Mon Sep 17 00:00:00 2001 From: Nikolaj Geisle <70372949+Zeegaan@users.noreply.github.com> Date: Fri, 1 Oct 2021 11:20:57 +0200 Subject: [PATCH] Update help.controller.js --- .../src/views/common/drawers/help/help.controller.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Umbraco.Web.UI.Client/src/views/common/drawers/help/help.controller.js b/src/Umbraco.Web.UI.Client/src/views/common/drawers/help/help.controller.js index ac1b0ac1a1..51497d145d 100644 --- a/src/Umbraco.Web.UI.Client/src/views/common/drawers/help/help.controller.js +++ b/src/Umbraco.Web.UI.Client/src/views/common/drawers/help/help.controller.js @@ -218,7 +218,7 @@ notificationsService.success("Copied!", "Your system information is now in your clipboard"); } else{ - notificationsService.error("Sadge", "something failed"); + notificationsService.error("Error", "Could not copy system information"); } } function getPlatform() {