Skip to content

Commit

Permalink
Change Send Feedback to Request a Feature and update link (#2536)
Browse files Browse the repository at this point in the history
  • Loading branch information
rickycodes authored Apr 15, 2021
1 parent bda6776 commit ed3d850
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions app/components/UI/DrawerView/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -573,7 +573,10 @@ class DrawerView extends PureComponent {

submitFeedback = () => {
this.trackEvent(ANALYTICS_EVENT_OPTS.NAVIGATION_TAPS_SEND_FEEDBACK);
this.goToBrowserUrl('https://metamask.zendesk.com/hc/en-us/requests/new', strings('drawer.metamask_support'));
this.goToBrowserUrl(
'https://community.metamask.io/c/feature-requests-ideas/',
strings('drawer.request_feature')
);
};

showHelp = () => {
Expand Down Expand Up @@ -722,7 +725,7 @@ class DrawerView extends PureComponent {
action: this.showHelp
},
{
name: strings('drawer.submit_feedback'),
name: strings('drawer.request_feature'),
icon: this.getFeatherIcon('message-square'),
action: this.submitFeedback
},
Expand Down
2 changes: 1 addition & 1 deletion locales/languages/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@
"coming_soon": "Coming soon...",
"wallet": "Wallet",
"transaction_history": "Transaction History",
"submit_feedback": "Send Feedback",
"request_feature": "Request a Feature",
"submit_feedback_message": "Choose the type of feedback to send.",
"submit_bug": "Bug Report",
"submit_general_feedback": "General",
Expand Down

0 comments on commit ed3d850

Please sign in to comment.