Skip to content

Commit

Permalink
fix(article-footer): fix typo (#12098)
Browse files Browse the repository at this point in the history
  • Loading branch information
caugner authored Nov 7, 2024
1 parent 8f780a8 commit fa9cb13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/document/organisms/article-footer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ export function ArticleFooter({ doc }) {
<>
<label>
{doc.locale !== "de"
? "Was this page helpfuul to you?"
? "Was this page helpful to you?"
: "War diese Übersetzung hilfreich?"}
</label>
<div className="button-container">
Expand Down

0 comments on commit fa9cb13

Please sign in to comment.