From 152097da8e853f2320f3b48a9942993baa5497ab Mon Sep 17 00:00:00 2001 From: anilcanboga Date: Mon, 13 Jan 2025 20:52:41 +0300 Subject: [PATCH] translate feedback component --- src/components/Layout/Feedback.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/components/Layout/Feedback.tsx b/src/components/Layout/Feedback.tsx index 34db728ce..bda0fbd0c 100644 --- a/src/components/Layout/Feedback.tsx +++ b/src/components/Layout/Feedback.tsx @@ -67,7 +67,9 @@ function SendFeedback({onSubmit}: {onSubmit: () => void}) { {exit: isSubmitted} )}>

- {isSubmitted ? 'Thank you for your feedback!' : 'Is this page useful?'} + {isSubmitted + ? 'Geri bildiriminiz için teşekkür ederiz!' + : 'Bu sayfa yararlı mı?'}

{!isSubmitted && (