Skip to content

Commit

Permalink
fix(@clayui/localized-input): fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
miltonmc committed Feb 15, 2022
1 parent 6f17bcf commit 7c2957f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/clay-localized-input/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ const ClayLocalizedInput = React.forwardRef<HTMLInputElement, IProps>(
default: 'Default',
openLocalizations: 'Open Localizations',
translated: 'Translated',
untranslated: 'Unstranslated',
untranslated: 'Untranslated',
},
helpText,
id,
Expand Down

0 comments on commit 7c2957f

Please sign in to comment.