Skip to content

Commit 5bdac07

Browse files
author
Marcin Mazurek
committed
[DDW-931] Fix translations
1 parent bc206b3 commit 5bdac07

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

source/renderer/app/i18n/locales/defaultMessages.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4635,7 +4635,7 @@
46354635
}
46364636
},
46374637
{
4638-
"defaultMessage": "!!!You are already delegating <span>{selectedWalletName}</span> wallet to <span>[{selectedPoolTicker}]</span> stake pool. <span>If you wish to re-delegate your stake, please select a different pool.</span>",
4638+
"defaultMessage": "!!!You are already delegating <span>{selectedWalletName}</span> wallet to <span class=\"ticker\">[{selectedPoolTicker}]</span> stake pool. <span>If you wish to re-delegate your stake, please select a different pool.</span>",
46394639
"description": "\"You are already delegating to stake pool\" label on the delegation setup \"choose stake pool\" dialog.",
46404640
"end": {
46414641
"column": 5,
@@ -4649,7 +4649,7 @@
46494649
}
46504650
},
46514651
{
4652-
"defaultMessage": "!!!You are already pending delegation <span>{selectedWalletName}</span> wallet to <span>[{selectedPoolTicker}]</span> stake pool. <span>If you wish to re-delegate your stake, please select a different pool.</span>",
4652+
"defaultMessage": "!!!You are already pending delegation <span>{selectedWalletName}</span> wallet to <span class=\"ticker\">[{selectedPoolTicker}]</span> stake pool. <span>If you wish to re-delegate your stake, please select a different pool.</span>",
46534653
"description": "\"You are already delegating to stake pool\" label on the delegation setup \"choose stake pool\" dialog.",
46544654
"end": {
46554655
"column": 5,

source/renderer/app/i18n/locales/en-US.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1298,4 +1298,4 @@
12981298
"wallet.transferFunds.dialog2.total.label": "Total",
12991299
"widgets.itemsDropdown.syncingLabel": "Syncing",
13001300
"widgets.itemsDropdown.syncingLabelProgress": "Syncing {syncingProgress}%"
1301-
}
1301+
}

source/renderer/app/i18n/locales/ja-JP.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1298,4 +1298,4 @@
12981298
"wallet.transferFunds.dialog2.total.label": "合計",
12991299
"widgets.itemsDropdown.syncingLabel": "同期",
13001300
"widgets.itemsDropdown.syncingLabelProgress": "同期中 {syncingProgress}%"
1301-
}
1301+
}

0 commit comments

Comments
 (0)