From b5c0e275e4ba042e92d06788076ae42a8010a2b2 Mon Sep 17 00:00:00 2001 From: Jose Buitron Date: Mon, 10 Jun 2024 10:24:42 -0500 Subject: [PATCH] chore: Added copy changes --- src/localization/locales/en-US.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/localization/locales/en-US.json b/src/localization/locales/en-US.json index bde4f6ae5c..ce74e8c764 100644 --- a/src/localization/locales/en-US.json +++ b/src/localization/locales/en-US.json @@ -1018,17 +1018,17 @@ "form_location_helper_text_bearing_icon_alt": "Bearing", "form_location_add_data_layer_button": "Add Data Layer", "form_location_add_data_layer_current": "Data Layer: <1>{{title}}", - "form_location_add_data_layer_dialog_title": "<0>Add a data layer to <1>{{title}}", - "form_location_add_data_layer_dialog_title_blank": "Add a data layer to chapter", + "form_location_add_data_layer_dialog_title": "<0>Add a map layer to <1>{{title}}", + "form_location_add_data_layer_dialog_title_blank": "Add a map layer to chapter", "form_location_add_data_layer_dialog_subtitle": "Select a map from your landscape or group", - "form_location_add_data_layer_dialog_description": "Polygons, lines, and points from the map will be added to this chapter. The embedded map will become public when publishing this story map.", - "form_location_add_data_layer_dialog_layers_count_zero": "You haven't made a map in Terraso yet. Make a map in a group or landscape to see it here.", - "form_location_add_data_layer_dialog_layers_count_one": "{{count}} data map is available for you", - "form_location_add_data_layer_dialog_layers_count_other": "{{count}} data maps are available for you", + "form_location_add_data_layer_dialog_description": "Polygons, lines, points from the map will be added to this chapter. This content will be visible to the public when publishing this story map.", + "form_location_add_data_layer_dialog_layers_count_zero": "You haven't added/created any maps in Terraso. Make a map in a group or landscape.", + "form_location_add_data_layer_dialog_layers_count_one": "{{count}} map is available", + "form_location_add_data_layer_dialog_layers_count_other": "{{count}} maps are available", "form_location_add_data_layer_dialog_source_file": "Source file: {{filename}}", "form_location_add_data_layer_dialog_restricted": "This map has restricted access. Adding it to a story map will make it public. Consulting with $t(user.full_name) is recommended.", "form_location_add_data_layer_dialog_cancel": "Cancel", - "form_location_add_data_layer_confirm": "Add Map", + "form_location_add_data_layer_confirm": "Add Map Layer", "share_dialog_title": "Invite Editors", "share_dialog_description": "Invite people to edit your story map. <1>Learn more about collaborating on story maps.", "share_dialog_help_url": "https://terraso.org/help/how-to-manage-editors-for-your-story-map/",