Skip to content

Commit

Permalink
Updated support links
Browse files Browse the repository at this point in the history
  • Loading branch information
aaroncox committed Apr 11, 2022
1 parent a6f4c72 commit 8b452d7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/modules/main/components/Overview/Sidebar/Support.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { withTranslation } from 'react-i18next';
const { shell } = require('electron');

class OverviewSidebarSupport extends PureComponent<Props> {
openLink = () => shell.openExternal('https://eoscommunity.org/c/greymass/anchor-wallet/5')
openLink = () => shell.openExternal('https://support.greymass.com')
render() {
const { t } = this.props;
return (
Expand Down
6 changes: 3 additions & 3 deletions app/renderer/assets/locales/en-US/main.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"main_components_overview_sidebar_subheader": "EOSIO Signing Request",
"main_components_overview_sidebar_header": "App Integration",
"main_components_overview_sidebar_support_subheader": "Need help?",
"main_components_overview_sidebar_support_header": "Join our forums!",
"main_components_overview_sidebar_button": "Visit Website",
"main_components_overview_sidebar_support_subheader": "Issues with Anchor?",
"main_components_overview_sidebar_support_header": "Ask Support",
"main_components_overview_sidebar_button": "Website",
"main_components_overview_sidebar_update_subheader": "Upgrade Available",
"main_components_overview_sidebar_modal_paragraph": "An update for Anchor is now available and information about this recent release is included below.",
"main_components_overview_sidebar_modal_paragraph_two": "For further information about this release, please visit our GitHub releases page.",
Expand Down

0 comments on commit 8b452d7

Please sign in to comment.