diff --git a/src/components/LeafletMap/index.js b/src/components/LeafletMap/index.js
index ab3efb9..7a2a604 100644
--- a/src/components/LeafletMap/index.js
+++ b/src/components/LeafletMap/index.js
@@ -27,8 +27,8 @@ L.drawLocal = {
draw: {
toolbar: {
actions: {
- title: "کنسل کردن رسم",
- text: "کنسل",
+ title: "لغو کردن رسم",
+ text: "لغو",
},
finish: {
title: "پایان رسم",
@@ -99,8 +99,8 @@ L.drawLocal = {
text: "ذخیره",
},
cancel: {
- title: "کنسل کردن، ویرایش تمام تغییرات نادیده گرفته خواهند شد",
- text: "کنسل",
+ title: "لغو کردن، ویرایش تمام تغییرات نادیده گرفته خواهند شد",
+ text: "لغو",
},
clearAll: {
title: "پاک کردن تمام لایه ها",
@@ -118,7 +118,7 @@ L.drawLocal = {
edit: {
tooltip: {
text: "Drag handles or markers to edit features.",
- subtext: "با کلیک بر روی کنسل تغییرات اعمال نخواهند شد.",
+ subtext: "با کلیک بر روی لغو تغییرات اعمال نخواهند شد.",
},
},
remove: {
@@ -177,6 +177,11 @@ const LeafletMap = () => {
+
+
+ ویرایش لایه ها
+
+
);