fix typo in internationalization doc
Signed-off-by: Rogerio Angeliski <angeliski@hotmail.com>
This commit is contained in:
@@ -30,7 +30,7 @@ And the using this messages in your components like:
|
||||
```tsx
|
||||
import { useTranslationRef } from '@backstage/core-plugin-api/alpha';
|
||||
|
||||
const { t } = useTranslationRef(userSettingsTranslationRef);
|
||||
const { t } = useTranslationRef(myPluginTranslationRef);
|
||||
|
||||
return (
|
||||
<PageHeader title={t('index_page_title')}>
|
||||
|
||||
Reference in New Issue
Block a user