Cleanup pass 2

This commit is contained in:
adilallo
2026-05-22 13:30:47 -06:00
parent b7c804bac8
commit 753220f97b
76 changed files with 1338 additions and 1020 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
{
"_comment": "FeatureGrid component defaults (shared across pages)",
"_comment": "FeatureGrid component defaults (shared across pages). linkHref is a stub until destination pages ship.",
"linkText": "Learn more",
"linkHref": "#",
"ariaLabel": "Feature tools and services",
+5 -1
View File
@@ -23,9 +23,13 @@
"about": "About"
},
"legal": {
"_comment": "privacyPolicyHref, termsOfServiceHref, cookiesSettingsHref are stubs until legal pages ship.",
"privacyPolicy": "Privacy Policy",
"privacyPolicyHref": "#",
"termsOfService": "Terms of Service",
"cookiesSettings": "Cookies Settings"
"termsOfServiceHref": "#",
"cookiesSettings": "Cookies Settings",
"cookiesSettingsHref": "#"
},
"copyright": "© All right reserved"
}