Skip to content

Commit 94b455a

Browse files
authored
[VIT-895] Fix Catalyst Android app download link (#2353)
1 parent f633cd6 commit 94b455a

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Changelog
55

66
### Features
77

8-
- Implemented Voting Centar ([PR 2315](https://github.com/input-output-hk/daedalus/pull/2315))
8+
- Implemented Voting Centar ([PR 2315](https://github.com/input-output-hk/daedalus/pull/2315), [PR 2353](https://github.com/input-output-hk/daedalus/pull/2353))
99
- Implemented transaction metadata display ([PR 2338](https://github.com/input-output-hk/daedalus/pull/2338))
1010
- Displayed fee and deposit info in transaction details and in the delegation wizard ([PR 2339](https://github.com/input-output-hk/daedalus/pull/2339))
1111
- Added SMASH server configuration options ([PR 2259](https://github.com/input-output-hk/daedalus/pull/2259))

source/renderer/app/components/voting/VotingInfo.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ const messages = defineMessages({
6464
androidAppButtonUrl: {
6565
id: 'voting.info.androidAppButtonUrl',
6666
defaultMessage:
67-
'!!!https://play.google.com/store/apps/details?id=io.iohk.vitvoting&hl=es_419&gl=US',
67+
'!!!https://play.google.com/store/apps/details?id=io.iohk.vitvoting',
6868
description: '"androidAppButtonUrl" for the Catalyst voting app',
6969
},
7070
appleAppButtonUrl: {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8387,7 +8387,7 @@
83878387
}
83888388
},
83898389
{
8390-
"defaultMessage": "!!!https://play.google.com/store/apps/details?id=io.iohk.vitvoting&hl=es_419&gl=US",
8390+
"defaultMessage": "!!!https://play.google.com/store/apps/details?id=io.iohk.vitvoting",
83918391
"description": "\"androidAppButtonUrl\" for the Catalyst voting app",
83928392
"end": {
83938393
"column": 3,

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -604,7 +604,7 @@
604604
"test.environment.shelleyTestnetLabel": "Shelley Testnet",
605605
"test.environment.stagingLabel": "Staging",
606606
"test.environment.testnetLabel": "Testnet",
607-
"voting.info.androidAppButtonUrl": "https://play.google.com/store/apps/details?id=io.iohk.vitvoting&hl=es_419&gl=US",
607+
"voting.info.androidAppButtonUrl": "https://play.google.com/store/apps/details?id=io.iohk.vitvoting",
608608
"voting.info.appleAppButtonUrl": "https://apps.apple.com/in/app/catalyst-voting/id1517473397",
609609
"voting.info.bottomContentDescription": "To register to vote for Catalyst Fund3 you first need to download the <b>Catalyst Voting</b> app on your Android or iOS smartphone.",
610610
"voting.info.bottomContentTitle": "Download the Catalyst Voting app on your smartphone",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -604,7 +604,7 @@
604604
"test.environment.shelleyTestnetLabel": "Shelleyテストネット",
605605
"test.environment.stagingLabel": "ステージング",
606606
"test.environment.testnetLabel": "テストネット",
607-
"voting.info.androidAppButtonUrl": "https://play.google.com/store/apps/details?id=io.iohk.vitvoting&hl=es_419&gl=US",
607+
"voting.info.androidAppButtonUrl": "https://play.google.com/store/apps/details?id=io.iohk.vitvoting",
608608
"voting.info.appleAppButtonUrl": "https://apps.apple.com/in/app/catalyst-voting/id1517473397",
609609
"voting.info.bottomContentDescription": "Catalyst Fund3に有権者登録を行うためには、まずAndroidまたはiOSのスマートフォンに<b>Catalyst Voting</b>アプリをダウンロードする必要があります。",
610610
"voting.info.bottomContentTitle": "スマートフォンにCatalyst Votingアプリをダウンロードします",

0 commit comments

Comments
 (0)