From 43fb8a0b6ed63f818ab0a65cf15b3590dd6b40f5 Mon Sep 17 00:00:00 2001 From: Chris Berry Date: Tue, 21 May 2019 13:16:46 -0500 Subject: [PATCH] fix(core): unwrap font-awesome span from button label (#7032) --- .../core/src/notification/notificationList.directive.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/scripts/modules/core/src/notification/notificationList.directive.html b/app/scripts/modules/core/src/notification/notificationList.directive.html index 0c42bfc63a4..31a9978ce0f 100644 --- a/app/scripts/modules/core/src/notification/notificationList.directive.html +++ b/app/scripts/modules/core/src/notification/notificationList.directive.html @@ -75,7 +75,7 @@ ng-if="notificationListCtrl.isNotificationsDirty" ng-click="notificationListCtrl.saveNotifications()" > - Save Changes + Save Changes In sync with server