Skip to content

Commit

Permalink
fixed remarks
Browse files Browse the repository at this point in the history
  • Loading branch information
Nebyt committed Dec 20, 2024
1 parent 280321f commit 00ec2e1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ export default class BaseTransferPage extends Component<Props> {
actions={actions}
closeOnOverlayClick={false}
onClose={onBack}
className={undefined}
backButton={<DialogBackButton onBack={onBack} />}
>
<Box>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ const messages = defineMessages({
id: 'wallet.transfer.subInstruction',
defaultMessage: '!!!Learn more about Byron and Shelley eras and how to claim ADA on our',
},
faqAbbreviation: {
id: 'settings.support.faq.abbreviation',
defaultMessage: '!!!FAQ',
}
});

@observer
Expand All @@ -39,7 +43,7 @@ export default class TransferTypeSelect extends Component<Props> {
onClick={event => handleExternalLinkClick(event)}
id="settings:support-faq-link"
>
FAQ
{intl.formatMessage(messages.faqAbbreviation)}
</Link>
);

Expand Down
1 change: 1 addition & 0 deletions packages/yoroi-extension/app/i18n/locales/en-US.json
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,7 @@
"settings.support.faq.faqLink": "FAQ on Yoroi website",
"settings.support.faq.faqLinkURL": "https://yoroi-wallet.com/faq/",
"settings.support.faq.title": "Frequently asked questions",
"settings.support.faq.abbreviation": "FAQ",
"settings.support.logs.content": "If you want to inspect logs, you can {downloadLogsLink}. Logs do not contain sensitive information, and it would be helpful to attach them to problem reports to help the team investigate the issue you are experiencing.",
"settings.support.logs.downloadLogsButtonLabel": "Download Logs",
"settings.support.logs.downloadLogsLink": "download them here",
Expand Down

0 comments on commit 00ec2e1

Please sign in to comment.