We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 061eca8 commit 0cdf36dCopy full SHA for 0cdf36d
source/renderer/app/stores/AssetsStore.ts
@@ -202,7 +202,7 @@ export default class AssetsStore extends Store {
202
203
this.analytics.sendEvent(
204
EventCategories.WALLETS,
205
- `${!isFavorite ? 'Added' : 'Removed'} token from favorites`
+ `${!isFavorite ? 'Added token to' : 'Removed token from'} favorites`
206
);
207
};
208
_retrieveAssetsRequest = (walletId: string): Request<GetAssetsResponse> =>
0 commit comments