Skip to content

Commit 95cd668

Browse files
authored
Merge pull request #4027 from Emurgo/ruslan/YOEXT-2007/update-notes
update notes
2 parents 3e0e6f1 + 7931bd0 commit 95cd668

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-3
lines changed

packages/e2e-tests/helpers/wallet-dbSnapshots/general.browserLocalStorage.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"IS_REVAMP_THEME_ANNOUNCED": "true",
33
"TESTNET_MODAL_DISPLAYED": "true",
4-
"LAST_ANNOUNCED_FEATURE_VERSION": "5.7.0",
4+
"LAST_ANNOUNCED_FEATURE_VERSION": "5.8.0",
55
"test-ACCEPTED_TOS_VERSION": "2",
66
"test-CURRENT_NETWORK_ID": "250",
77
"test-DREP_YOROI_BANNER": "{'1':2525115600000}",

packages/yoroi-extension/app/UI/features/transaction-review/common/hooks/useStrings.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ export const messages = Object.freeze(
134134
},
135135
rewardsWithdraw: {
136136
id: 'transaction.review.rewardsWithdraw',
137-
defaultMessage: '!!!Our rewards will automatically get withdrawn once you undelegate from a stake pool. You will also receive back your staking deposit of 2 ADA. If you wish to choose another stake pool, you can change your preference without undelegation.',
137+
defaultMessage: '!!!Your rewards will automatically get withdrawn once you undelegate from a stake pool. You will also receive back your staking deposit of 2 ADA. If you wish to choose another stake pool, you can change your preference without undelegation.',
138138
},
139139
associatedAddress: {
140140
id: 'transaction.review.associatedAddress',

packages/yoroi-extension/app/containers/wallet/dialogs/RevampAnnouncementDialog.js

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,14 @@ const messages = defineMessages({
5454
id: 'wallet.revampAnnouncement.updates.7new',
5555
defaultMessage: '!!!Side menu scroll',
5656
},
57+
update8: {
58+
id: 'wallet.revampAnnouncement.updates.8new',
59+
defaultMessage: '!!!In app notifications (receive notifications when a transactions is confirmed)',
60+
},
61+
update9: {
62+
id: 'wallet.revampAnnouncement.updates.9new',
63+
defaultMessage: '!!!Redesigned transaction preview interface (Review transactions at a glance before signing)',
64+
},
5765
goToWalletLabel: {
5866
id: 'wallet.revampAnnouncement.goToWalletLabel',
5967
defaultMessage: '!!!Go to the wallet',
@@ -73,6 +81,8 @@ const ANNOUNCEMENT_MESSAGES: Array<[string, Object]> = [
7381
['5.6.0', messages.update5],
7482
['5.7.0', messages.update6],
7583
['5.7.0', messages.update7],
84+
['5.8.0', messages.update8],
85+
['5.8.0', messages.update9],
7686
];
7787

7888
export const TOP_RECENT_ANNOUNCEMENT_VERSION: string =

packages/yoroi-extension/app/i18n/locales/en-US.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -928,6 +928,8 @@
928928
"wallet.revampAnnouncement.updates.5new": "Yoroi Drep vote delegation",
929929
"wallet.revampAnnouncement.updates.6new": "Network Switch feature (can use wallets on Cardano Preprod testing network with test TADA)",
930930
"wallet.revampAnnouncement.updates.7new": "Side menu scroll",
931+
"wallet.revampAnnouncement.updates.8new": "In app notifications (receive notifications when a transactions is confirmed)",
932+
"wallet.revampAnnouncement.updates.9new": "Redesigned transaction preview interface (Review transactions at a glance before signing)",
931933
"wallet.revampAnnouncement.updatesSectionTitleNew": "Yoroi wallet just got more powerful new features. Start exploring the updates and take your crypto experience to the next level!",
932934
"wallet.send.confirmationDialog.addressToLabel": "To",
933935
"wallet.send.confirmationDialog.amountLabel": "Amount",
@@ -1380,5 +1382,5 @@
13801382
"transaction.review.collateralInfo": "Collateral is mandatory when interacting with certain smart contracts on Cardano. ADA will only be deduced from your collateral if transaction validation fails.",
13811383
"transaction.review.interactWithOperations": "You are about to interact with operations, which are key components used in governance and various blockchain activities. These include Cardano Governance Certificates, as outlined in CIP-0095, which facilitate governance transactions.",
13821384
"transaction.review.takeHardwareWallet": "Take your hardware wallet device and follow the instructions there. Make sure you confirm a trusted action.",
1383-
"transaction.review.rewardsWithdraw": "Our rewards will automatically get withdrawn once you undelegate from a stake pool. You will also receive back your staking deposit of 2 ADA. If you wish to choose another stake pool, you can change your preference without undelegation."
1385+
"transaction.review.rewardsWithdraw": "Your rewards will automatically get withdrawn once you undelegate from a stake pool. You will also receive back your staking deposit of 2 ADA. If you wish to choose another stake pool, you can change your preference without undelegation."
13841386
}

0 commit comments

Comments
 (0)