File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/components/FeedbackForm Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -14,14 +14,14 @@ const FeedbackForm = () => {
14
14
const [ feedbackGiven , setFeedbackGiven ] = useState ( false ) ;
15
15
16
16
if ( feedbackGiven ) {
17
- return 'Thanks for letting us know !' ;
17
+ return 'Köszönjük az értékelésed !' ;
18
18
} else {
19
19
return (
20
20
< span >
21
- Is this page useful ?
21
+ Hasznos volt ez az oldal ?
22
22
< button
23
23
css = { [ sharedStyles . articleLayout . feedbackButton , { marginLeft : '6px' } ] }
24
- aria-label = "Yes "
24
+ aria-label = "Igen "
25
25
onClick = { e => {
26
26
e . preventDefault ( ) ;
27
27
trackCustomEvent ( {
@@ -44,7 +44,7 @@ const FeedbackForm = () => {
44
44
</ button >
45
45
< button
46
46
css = { [ sharedStyles . articleLayout . feedbackButton , { marginLeft : '3px' } ] }
47
- aria-label = "No "
47
+ aria-label = "Nem "
48
48
onClick = { e => {
49
49
e . preventDefault ( ) ;
50
50
trackCustomEvent ( {
You can’t perform that action at this time.
0 commit comments