web: settings reset confirmation, icons for small dialog
- cleaned up dialog i18n - better red color - made :active state visible for dialog buttons on mobile - better body padding in small dialog - better small dialog typing with optional values
This commit is contained in:
8
web/i18n/en/dialog.json
Normal file
8
web/i18n/en/dialog.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"button.gotit": "got it",
|
||||
"button.cancel": "cancel",
|
||||
"button.erase": "erase",
|
||||
|
||||
"erase.title": "erase all settings?",
|
||||
"erase.body": "are you sure you want to reset all settings? this action is immediate and irreversible."
|
||||
}
|
||||
@@ -1,4 +1,3 @@
|
||||
{
|
||||
"cobalt": "cobalt",
|
||||
"gotit": "got it"
|
||||
"cobalt": "cobalt"
|
||||
}
|
||||
|
||||
@@ -93,5 +93,7 @@
|
||||
"advanced.debug": "debug",
|
||||
"advanced.debug.title": "enable debug features",
|
||||
"advanced.debug.description": "gives you access to a page with app & device info useful for debugging.",
|
||||
|
||||
"advanced.data": "settings data",
|
||||
"advanced.reset": "erase all settings"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user