Skip to content
This repository has been archived by the owner on Jan 30, 2024. It is now read-only.

Commit

Permalink
Hotfix 20220103 (#119)
Browse files Browse the repository at this point in the history
* Hotfix to address misspelling and incorrect version number in theme definition. Updated to placeholder text.
  • Loading branch information
mvogelgesang authored Jan 5, 2022
1 parent b834678 commit 035eacf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion src/aura/uswds404/uswds404.design
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
<design:attribute
name="urlPattern"
label="URL Pattern"
description="Enter a typical URL pattern that is used for this site e.g. '/s/my-page/00100000acdEF'"
description="Enter a typical URL pattern that is used for this site e.g. 'example.gov/s/my-page/00100000acdEF'"
placeholder="example.gov/s/"
/>
<design:attribute
name="formName"
Expand Down
2 changes: 1 addition & 1 deletion src/aura/uswds404/uswds404Helper.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
getContent: function (value) {
var content = {
English: {
heading: "Page Note Found",
heading: "Page not found",
intro:
"We’re sorry, we can’t find the page you're looking for. It might have been removed, changed its name, or is otherwise unavailable.",
instructions:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<defaultBrandingSet>USWDS_Lightning_Community</defaultBrandingSet>
<description>A US Web Design System Theme for Lightning Communities. Contribute at https://github.com/GSA/uswds-sf-lightning-community</description>
<enableExtendedCleanUpOnDelete>true</enableExtendedCleanUpOnDelete>
<masterLabel>USWDS v1.4.0</masterLabel>
<masterLabel>USWDS v1.4.2</masterLabel>
<publisher>U.S. GSA</publisher>
<themeSetting>
<themeLayout>USWDS_Lightning_Community_themeLayout_Login</themeLayout>
Expand Down

0 comments on commit 035eacf

Please sign in to comment.