Skip to content

Commit

Permalink
Test changes in shared
Browse files Browse the repository at this point in the history
  • Loading branch information
HendrikSchmidt committed May 22, 2024
1 parent b0761e7 commit a04fc32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/shared/components/Aria.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ export const A11Y_MESSAGE_NEW_WINDOW: string = "a11y-message--new-window";
export function Aria() {
return (
<span aria-hidden="true" className="hidden" id={A11Y_MESSAGE_NEW_WINDOW}>
(öffnet in neuem Fenster)
(Öffnet in neuem Fenster)
</span>
);
}

0 comments on commit a04fc32

Please sign in to comment.