Skip to content

Commit 152097d

Browse files
committed
translate feedback component
1 parent 023c3c3 commit 152097d

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)