clarify dialog message and tooltip when removing an override

This commit is contained in:
Josh Hawkins
2026-04-02 08:59:25 -05:00
parent b116f61055
commit a9563d09b4
2 changed files with 12 additions and 7 deletions
@@ -614,6 +614,10 @@
"desc": "Are you sure you want to delete the {{type}} <em>{{name}}</em>?",
"success": "{{name}} has been deleted."
},
"revertOverride": {
"title": "Revert to Base Config",
"desc": "This will remove the profile override for the {{type}} <em>{{name}}</em> and revert to the base configuration."
},
"error": {
"mustBeFinished": "Polygon drawing must be finished before saving."
}