mirror of
https://github.com/wukko/cobalt.git
synced 2025-02-15 15:26:34 +01:00
- 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
8 lines
245 B
JSON
8 lines
245 B
JSON
{
|
|
"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."
|
|
}
|