Skip to content

Commit 8b114a3

Browse files
missing translation
1 parent b4cb0f6 commit 8b114a3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

public/locales/en.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@
9999
"feedbackMessageLabel": "Message",
100100
"feedbackRatingLabel": "Rating",
101101
"feedbackHeader": "Your feedback",
102+
"feedbackButton": "Send feedback",
102103
"feedbackButtonInfo": "Give us your feedback",
103104
"feedbackPlaceholder": "Please let us know what you think about our application",
104105
"feedbackNotification": "*Slack notification with your email address will be shared with our Operations Team. If you have a special Feature request in mind, please create here.",

src/components/Core/ShellBar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ const FeedbackPopover = ({
331331
</FormItem>
332332
<FormItem>
333333
<Button design="Emphasized" onClick={() => onFeedbackSent()}>
334-
Send Feedback
334+
{t('ShellBar.feedbackButton')}
335335
</Button>
336336
</FormItem>
337337
<FormItem>

0 commit comments

Comments
 (0)