mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 01:47:00 +01:00
Update snaps-related copy (#20601)
* Update snaps-related copy * Update test
This commit is contained in:
parent
1e0edaa080
commit
8d63fabc4e
4
app/_locales/en/messages.json
generated
4
app/_locales/en/messages.json
generated
@ -1557,7 +1557,7 @@
|
||||
"message": "Export private key"
|
||||
},
|
||||
"extendWalletWithSnaps": {
|
||||
"message": "Extend the wallet experience."
|
||||
"message": "Customize your wallet experience."
|
||||
},
|
||||
"externalExtension": {
|
||||
"message": "External extension"
|
||||
@ -2834,7 +2834,7 @@
|
||||
"message": "👓 We are making transactions easier to read."
|
||||
},
|
||||
"notificationsEmptyText": {
|
||||
"message": "Nothing to see here."
|
||||
"message": "This is where you can find notifications from your installed snaps."
|
||||
},
|
||||
"notificationsHeader": {
|
||||
"message": "Notifications"
|
||||
|
@ -66,7 +66,11 @@ describe('Notifications', () => {
|
||||
|
||||
const { getByText, getByRole } = render(mockStore);
|
||||
|
||||
expect(getByText('Nothing to see here.')).toBeDefined();
|
||||
expect(
|
||||
getByText(
|
||||
'This is where you can find notifications from your installed snaps.',
|
||||
),
|
||||
).toBeDefined();
|
||||
expect(getByRole('button', { name: 'Mark all as read' })).toBeDisabled();
|
||||
});
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user