From 3f235c75cdfc588583420e516215543df1797672 Mon Sep 17 00:00:00 2001 From: Sumit Zarkar Date: Mon, 7 Oct 2024 20:17:02 +0530 Subject: [PATCH] String chaanges for #547 - https://github.com/Esri/solutions-components/issues/547#issuecomment-2386339766 --- src/assets/t9n/create-feature/resources.json | 2 +- src/assets/t9n/create-feature/resources_en.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/assets/t9n/create-feature/resources.json b/src/assets/t9n/create-feature/resources.json index 249869571..3fee26a28 100644 --- a/src/assets/t9n/create-feature/resources.json +++ b/src/assets/t9n/create-feature/resources.json @@ -1,5 +1,5 @@ { "chooseCategoryMsg": "Make a selection from the list below.", "provideDetailsMsg": "Please provide the details.", - "provideLocationMsg": "Enter an address or click on the map to create a feature." + "provideLocationMsg": "Please specify the location." } \ No newline at end of file diff --git a/src/assets/t9n/create-feature/resources_en.json b/src/assets/t9n/create-feature/resources_en.json index 249869571..3fee26a28 100644 --- a/src/assets/t9n/create-feature/resources_en.json +++ b/src/assets/t9n/create-feature/resources_en.json @@ -1,5 +1,5 @@ { "chooseCategoryMsg": "Make a selection from the list below.", "provideDetailsMsg": "Please provide the details.", - "provideLocationMsg": "Enter an address or click on the map to create a feature." + "provideLocationMsg": "Please specify the location." } \ No newline at end of file