refactor(core): ♻️ remove description text since it is not being used

This commit is contained in:
alistair3149 2024-04-25 15:49:27 -04:00
parent 5768ccc25b
commit 2962196d32
No known key found for this signature in database
2 changed files with 1 additions and 3 deletions

View file

@ -56,7 +56,6 @@
"citizen-theme-exclusion-notice": "This page is always in light mode.",
"citizen-feature-pure-black-name": "Pure black mode",
"citizen-feature-pure-black-description": "Pure black mode",
"citizen-feature-pure-black-0-label": "Off",
"citizen-feature-pure-black-1-label": "On"
}

View file

@ -56,8 +56,7 @@
"citizen-theme-night-label": "Label for dark/night theme.",
"citizen-theme-os-label": "Label for automatic theme (which respects any operating system setting).",
"citizen-theme-exclusion-notice": "Text that informs you that the page is always in light/day mode.",
"citizen-feature-pure-black-name": "Pure black mode",
"citizen-feature-pure-black-description": "Pure black mode",
"citizen-feature-pure-black-name": "Label for pure black mode in dark theme.",
"citizen-feature-pure-black-0-label": "Off",
"citizen-feature-pure-black-1-label": "On"
}