Cleanup pass 2
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
|
||||
@@ -12,5 +12,9 @@
|
||||
"customizePolicyTitleLabel": "Policy title",
|
||||
"customizePolicyDescriptionLabel": "Description",
|
||||
"cancelCustomize": "Cancel",
|
||||
"discardUnsavedCustomizeChanges": "Discard unsaved changes?"
|
||||
"discardUnsavedCustomizeChanges": "Discard unsaved changes?",
|
||||
"discardUnsavedCustomizeChangesTitle": "Discard unsaved changes?",
|
||||
"discardUnsavedCustomizeChangesDescription": "Your edits in customize mode will be lost.",
|
||||
"discardUnsavedCustomizeChangesProceed": "Discard",
|
||||
"discardUnsavedCustomizeChangesCancel": "Keep editing"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user