Skip to content

Commit

Permalink
Fix credit card instructions typo (#651)
Browse files Browse the repository at this point in the history
* Fix typo in CC token instructions

* Fix typo in CC token instructions 2
  • Loading branch information
roberto-aldera authored Feb 27, 2025
1 parent 5b920a3 commit ec4c23e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend_vue/src/utils/tokenServices.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export const tokenServices: TokenServicesType = {
description: 'Get an alert when an attacker attempt to use your credit card.',
documentationLink: 'https://docs.canarytokens.org/guide/qr-code-token.html',
icon: `${TOKENS_TYPE.CREDIT_CARD_V2}.png`,
instruction: 'Place it on your computer and get notified when your\'e breached:',
instruction: 'Place it on your computer and get notified when you\'re breached:',
howItWorksInstructions: [
'We give you unique Credit Card details',
'You place it somewhere.',
Expand Down

0 comments on commit ec4c23e

Please sign in to comment.