Skip to content

Commit

Permalink
Merge pull request #596 from reactjs/anilcanboga/react-translate-page…
Browse files Browse the repository at this point in the history
…-fix

translate feedback component
  • Loading branch information
anilcanboga authored Jan 13, 2025
2 parents c3ef6c7 + 152097d commit 60a37c3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/Layout/Feedback.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,9 @@ function SendFeedback({onSubmit}: {onSubmit: () => void}) {
{exit: isSubmitted}
)}>
<p className="w-full text-lg font-bold text-primary dark:text-primary-dark me-4">
{isSubmitted ? 'Thank you for your feedback!' : 'Is this page useful?'}
{isSubmitted
? 'Geri bildiriminiz için teşekkür ederiz!'
: 'Bu sayfa yararlı mı?'}
</p>
{!isSubmitted && (
<button
Expand Down

0 comments on commit 60a37c3

Please sign in to comment.