Skip to content

Commit

Permalink
chore: use correct path for translation
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcthms committed Nov 22, 2023
1 parent e57470b commit 4e788eb
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,9 @@ export function Header({
const pageReadyAccessibilityLabelMarkup = title ? (
<div role="status">
<Text visuallyHidden as="p">
{i18n.translate('pageReadyAccessibilityLabel', {title})}
{i18n.translate('Polaris.Page.Header.pageReadyAccessibilityLabel', {
title,
})}
</Text>
</div>
) : undefined;
Expand Down

0 comments on commit 4e788eb

Please sign in to comment.