Skip to content

Commit

Permalink
fix(clayui.com): rename from localizable to localized
Browse files Browse the repository at this point in the history
  • Loading branch information
bryceosterhaus committed Apr 13, 2020
1 parent b075370 commit 9c8ebf0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions clayui.com/content/docs/components/text-input-localizable.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: 'Localizable Input'
title: 'Localized Input'
description: 'A text input variation used in fields that can be translated into multiple languages.'
lexiconDefinition: 'https://liferay.design/lexicon/core-components/forms/text-input-localizable/'
packageNpm: '@clayui/localized-input'
Expand All @@ -20,7 +20,7 @@ sibling: 'docs/components/forms/css-text-input-localizable.html'
import {
LocalizableInput,
LocalizableInputWithURL,
} from '../../../src/components/clay/LocalizableInput';
} from '../../../src/components/clay/LocalizedInput';

## Basic usage

Expand Down

0 comments on commit 9c8ebf0

Please sign in to comment.