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() {