Skip to content

Commit

Permalink
fix(@aws-amplify/ui-components): update required attributes given nam…
Browse files Browse the repository at this point in the history
…e placeholder (#7961)

Co-authored-by: William Lee <43682783+wlee221@users.noreply.github.com>
  • Loading branch information
Edo-San and wlee221 authored Mar 23, 2021
1 parent 5af2e1a commit dd98afb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/amplify-ui-components/src/common/helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ export const requiredAttributesMap = {
},
given_name: {
label: I18n.get(Translations.GIVEN_NAME_LABEL),
placeholder: I18n.get(Translations.GIVEN_NAME_LABEL),
placeholder: I18n.get(Translations.GIVEN_NAME_PLACEHOLDER),
},
zoneinfo: {
label: I18n.get(Translations.ZONEINFO_LABEL),
Expand Down

0 comments on commit dd98afb

Please sign in to comment.