diff --git a/src/Umbraco.Web.UI.Client/src/common/services/menuactions.service.js b/src/Umbraco.Web.UI.Client/src/common/services/menuactions.service.js index f99cca9543..18911ac407 100644 --- a/src/Umbraco.Web.UI.Client/src/common/services/menuactions.service.js +++ b/src/Umbraco.Web.UI.Client/src/common/services/menuactions.service.js @@ -8,7 +8,7 @@ * @description * Defines the methods that are called when menu items declare only an action to execute */ -function umbracoMenuActions($q, treeService, $location, navigationService, appState, umbRequestHelper) { +function umbracoMenuActions($q, treeService, $location, navigationService, appState, umbRequestHelper, notificationsService, localizationService) { return { @@ -19,6 +19,11 @@ function umbracoMenuActions($q, treeService, $location, navigationService, appSt [{ key: args.entity.id }]); umbRequestHelper.downloadFile(url); + + localizationService.localize("speechBubbles_memberExportedSuccess").then(function (value) { + notificationsService.success(value); + }) + }, /** diff --git a/src/Umbraco.Web.UI/umbraco/config/lang/en.xml b/src/Umbraco.Web.UI/umbraco/config/lang/en.xml index 9145e3d85b..75fd1ee21c 100644 --- a/src/Umbraco.Web.UI/umbraco/config/lang/en.xml +++ b/src/Umbraco.Web.UI/umbraco/config/lang/en.xml @@ -318,7 +318,6 @@ Link title Link Name - Export Manage hostnames Close this window Are you sure you want to delete @@ -1404,6 +1403,7 @@ To manage your website, simply open the Umbraco back office and start adding con An error occurred while unlocking the users %0% is now unlocked An error occurred while unlocking the user + Member was exported to file Uses CSS syntax ex: h1, .redHeader, .blueTex diff --git a/src/Umbraco.Web.UI/umbraco/config/lang/en_us.xml b/src/Umbraco.Web.UI/umbraco/config/lang/en_us.xml index 700e53aae4..37cce02d1d 100644 --- a/src/Umbraco.Web.UI/umbraco/config/lang/en_us.xml +++ b/src/Umbraco.Web.UI/umbraco/config/lang/en_us.xml @@ -318,7 +318,6 @@ Link title Link Name - Export Close this window Are you sure you want to delete Are you sure you want to disable @@ -1401,6 +1400,7 @@ To manage your website, simply open the Umbraco back office and start adding con An error occurred while unlocking the users %0% is now unlocked An error occurred while unlocking the user + Member was exported to file Uses CSS syntax ex: h1, .redHeader, .blueTex