Skip to content

Commit

Permalink
chore(tauri): copy changes (#1573)
Browse files Browse the repository at this point in the history
  • Loading branch information
doums authored Nov 15, 2024
1 parent 0932544 commit b06324b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
5 changes: 2 additions & 3 deletions nym-vpn-app/src/i18n/en/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,13 @@
"feedback": {
"title": "Feedback",
"github": "Open a GitHub issue",
"send": "Send us feedback",
"get-in-touch": "Get in touch",
"matrix": "Join us on Matrix",
"discord": "Join us on Discord"
},
"support": {
"title": "Support",
"faq": "Check the FAQ",
"contact": "Contact Support"
"faq": "Check the FAQ"
},
"legal": {
"title": "Legal",
Expand Down
2 changes: 1 addition & 1 deletion nym-vpn-app/src/screens/settings/feedback/Feedback.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ function Feedback() {
trailingIcon="arrow_right"
/>
<SettingsMenuCard
title={t('feedback.send')}
title={t('feedback.get-in-touch')}
leadingIcon="send"
trailingIcon="arrow_right"
onClick={() => {
Expand Down
4 changes: 2 additions & 2 deletions nym-vpn-app/src/screens/settings/support/Support.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ function Support() {
trailingIcon="arrow_right"
/>
<SettingsMenuCard
title={t('support.contact')}
title={t('feedback.get-in-touch')}
onClick={() => {
open(ContactSupportUrl);
}}
leadingIcon="email"
leadingIcon="send"
trailingIcon="arrow_right"
/>
<SettingsMenuCard
Expand Down

0 comments on commit b06324b

Please sign in to comment.