You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
globalAddToast?.("error",`${actionType==="modification" ? "Modification" : "Removal"} Failed`,`Failed to permanently ${actionText} zone in the field file cache.`)
42
+
console.error(`Failed to ${actionText} zone in field file:`,error)
The {zoneType} zone "{zoneName}" was defined in the field file and is cached.
51
56
</Typography>
52
57
<Typographyvariant="body2"color="text.secondary">
53
-
Choose how you'd like to remove it:
58
+
Choose how you'd like to {actionType==="modification" ? "save your modifications" : "remove it"}:
54
59
</Typography>
55
60
<Stackspacing={1}>
56
61
<Typographyvariant="body2">
57
-
<strong>Temporary removal:</strong> Remove zone until next field reload. The zone will
58
-
reappear when you refresh or reload the field.
62
+
<strong>Temporary {actionType==="modification" ? "modification" : "removal"}:</strong>{actionType==="modification" ? "Save changes until next field reload. Original zone will reappear when you refresh or reload the field." : "Remove zone until next field reload. The zone will reappear when you refresh or reload the field."}
59
63
</Typography>
60
64
<Typographyvariant="body2">
61
-
<strong>Permanent removal:</strong> Remove zone from the field file cache. This will prevent it
62
-
from reappearing on future loads.
65
+
<strong>Permanent {actionType==="modification" ? "modification" : "removal"}:</strong>{actionType==="modification" ? "Save changes to the field file cache. This will persist your modifications on future loads." : "Remove zone from the field file cache. This will prevent it from reappearing on future loads."}
0 commit comments