Skip to content

Commit 60a37c3

Browse files
authored
Merge pull request #596 from reactjs/anilcanboga/react-translate-page-fix
translate feedback component
2 parents c3ef6c7 + 152097d commit 60a37c3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/components/Layout/Feedback.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,9 @@ function SendFeedback({onSubmit}: {onSubmit: () => void}) {
6767
{exit: isSubmitted}
6868
)}>
6969
<p className="w-full text-lg font-bold text-primary dark:text-primary-dark me-4">
70-
{isSubmitted ? 'Thank you for your feedback!' : 'Is this page useful?'}
70+
{isSubmitted
71+
? 'Geri bildiriminiz için teşekkür ederiz!'
72+
: 'Bu sayfa yararlı mı?'}
7173
</p>
7274
{!isSubmitted && (
7375
<button

0 commit comments

Comments
 (0)