From 0180f9905e7225cdd925f774a4ddc3ca0f92bfe5 Mon Sep 17 00:00:00 2001 From: Kevin Harper Date: Tue, 3 Sep 2024 11:04:14 -0500 Subject: [PATCH] Grammar edit --- .../extension-points/banner-notification.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/pages/admin-ui-sdk/extension-points/banner-notification.md b/src/pages/admin-ui-sdk/extension-points/banner-notification.md index a60c8ccb..53ad29e6 100644 --- a/src/pages/admin-ui-sdk/extension-points/banner-notification.md +++ b/src/pages/admin-ui-sdk/extension-points/banner-notification.md @@ -50,15 +50,15 @@ bannerNotification: { | Field | Type | Required | Description | | --- | --- | --- | --- | -`customer.actionId` | string | Yes | The `actionId` of a customer mass action where banner notification will be customized. It should be the same one that is defined in the customer mass action extension point. -`customer.successMessage` | string | No | The success message to display when mass action is successful. A default message is displayed if this parameter is not defined. -`customer.errorMessage` | string | No | The error message to display when mass action fails. A default message is displayed if this parameter is not defined. +`customer.actionId` | string | Yes | The `actionId` of a customer mass action where a banner notification will be customized. It must match an ID that is defined in the customer mass action extension point. +`customer.successMessage` | string | No | The success message to display when a mass action is successful. A default message is displayed if this parameter is not defined. +`customer.errorMessage` | string | No | The error message to display when a mass action fails. A default message is displayed if this parameter is not defined. `order.actionId` | string | Yes | The `actionId` of an [order mass action](./order/mass-action.md). -`order.successMessage` | string | No | The success message to display when mass action is successful. A default message is displayed if this parameter is not defined. -`order.errorMessage` | string | No | The error message to display when mass action fails. A default message is displayed if this parameter is not defined. +`order.successMessage` | string | No | The success message to display when a mass action is successful. A default message is displayed if this parameter is not defined. +`order.errorMessage` | string | No | The error message to display when a mass action fails. A default message is displayed if this parameter is not defined. `product.actionId` | string | Yes | The `actionId` of a [product mass action](./product/mass-action.md). -`product.successMessage` | string | No | The success message to display when mass action is successful. A default message is displayed if this parameter is not defined. -`product.errorMessage` | string | No | The error message to display when mass action fails. A default message is displayed if this parameter is not defined. +`product.successMessage` | string | No | The success message to display when a mass action is successful. A default message is displayed if this parameter is not defined. +`product.errorMessage` | string | No | The error message to display when a mass action fails. A default message is displayed if this parameter is not defined. ### Sample code