diff --git a/suite-common/message-system/config/config.v1.json b/suite-common/message-system/config/config.v1.json index edba3a9fb37..0eeea2e654a 100644 --- a/suite-common/message-system/config/config.v1.json +++ b/suite-common/message-system/config/config.v1.json @@ -1,8 +1,60 @@ { "version": 1, - "timestamp": "2024-01-03T00:00:00+00:00", + "timestamp": "2025-01-06T00:00:00+00:00", "sequence": 74, "actions": [ + { + "conditions": [ + { + "environment": { + "desktop": ">=25.1.2", + "mobile": ">=25.1.2", + "web": ">=25.1.2" + } + } + ], + "message": { + "id": "2855131c-c871-4fe3-a758-ab7bd92b9934", + "priority": 90, + "dismissible": false, + "variant": "info", + "category": ["banner"], + "content": { + "en-GB": "Testnet account has been updated to new Testnet4.", + "en": "Testnet account has been updated to new Testnet4.", + "es": "Testnet account has been updated to new Testnet4.", + "cs": "Testnet account has been updated to new Testnet4.", + "ru": "Testnet account has been updated to new Testnet4.", + "ja": "Testnet account has been updated to new Testnet4.", + "hu": "Testnet account has been updated to new Testnet4.", + "it": "Testnet account has been updated to new Testnet4.", + "fr": "Testnet account has been updated to new Testnet4.", + "de": "Testnet account has been updated to new Testnet4.", + "tr": "Testnet account has been updated to new Testnet4.", + "pt": "Testnet account has been updated to new Testnet4.", + "uk": "Testnet account has been updated to new Testnet4.." + }, + "cta": { + "action": "external-link", + "link": "https://trezor.io/learn/a/bitcoin-testnet", + "label": { + "en-GB": "Learn more:", + "en": "Learn more:", + "es": "Learn more:", + "cs": "Learn more:", + "ru": "Learn more:", + "ja": "Learn more:", + "hu": "Learn more:", + "it": "Learn more:", + "fr": "Learn more:", + "de": "Learn more:", + "tr": "Learn more:", + "pt": "Learn more:", + "uk": "Learn more:" + } + } + } + }, { "conditions": [ {