Skip to content

Commit

Permalink
[DDW-1125] Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcin Mazurek committed Sep 13, 2022
1 parent 061eca8 commit 0cdf36d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/renderer/app/stores/AssetsStore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ export default class AssetsStore extends Store {

this.analytics.sendEvent(
EventCategories.WALLETS,
`${!isFavorite ? 'Added' : 'Removed'} token from favorites`
`${!isFavorite ? 'Added token to' : 'Removed token from'} favorites`
);
};
_retrieveAssetsRequest = (walletId: string): Request<GetAssetsResponse> =>
Expand Down

0 comments on commit 0cdf36d

Please sign in to comment.