From e86665d8909b85b8076e60e4a28819e48d2b5c34 Mon Sep 17 00:00:00 2001 From: Robert Baillie Date: Mon, 13 Dec 2021 11:55:05 +0000 Subject: [PATCH] Added label for the 'close' text on the modal --- .../default/labels/ortoo-core-CustomLabels.labels-meta.xml | 7 +++++++ framework/default/ortoo-core/default/lwc/modal/modal.html | 4 ++-- framework/default/ortoo-core/default/lwc/modal/modal.js | 6 +++++- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/framework/default/ortoo-core/default/labels/ortoo-core-CustomLabels.labels-meta.xml b/framework/default/ortoo-core/default/labels/ortoo-core-CustomLabels.labels-meta.xml index 7c5e114962a..7ff92e95187 100644 --- a/framework/default/ortoo-core/default/labels/ortoo-core-CustomLabels.labels-meta.xml +++ b/framework/default/ortoo-core/default/labels/ortoo-core-CustomLabels.labels-meta.xml @@ -63,4 +63,11 @@ Message when CRUD violation occurs on a publish. {0} is the name of the Event. Attempted to publish {0} events without the required permission + + ortoo_core_close + en_US + false + The word 'Close', capitalised. + Close + \ No newline at end of file diff --git a/framework/default/ortoo-core/default/lwc/modal/modal.html b/framework/default/ortoo-core/default/lwc/modal/modal.html index 13fe2d3c231..f6d9c712dbf 100644 --- a/framework/default/ortoo-core/default/lwc/modal/modal.html +++ b/framework/default/ortoo-core/default/lwc/modal/modal.html @@ -15,7 +15,7 @@