Skip to content

Commit 6802f79

Browse files
authored
fix: fw-6714 update mask network cloud backup deactivation date (#12223)
1 parent 032ed99 commit 6802f79

File tree

12 files changed

+47
-7
lines changed

12 files changed

+47
-7
lines changed

packages/mask/dashboard/pages/SetupPersona/Backup/Cloud/MaskNetwork.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ export const Component = memo(function MaskNetworkBackup() {
120120
: <PhoneForm />}
121121
<Alert severity="warning" open={showAlert} onClose={() => setShowAlert(false)}>
122122
<Trans>
123-
The Mask Network Cloud Backup feature will be deactivated on April 30, 2025. Please use alternative
123+
The Mask Network Cloud Backup feature will be deactivated on Jun 30, 2025. Please use alternative
124124
cloud backup services or local backup solutions.
125125
</Trans>
126126
</Alert>

packages/mask/dashboard/pages/SetupPersona/Recovery/Cloud/MaskNetwork.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ const MaskNetworkInner = memo(function MaskNetworkInner() {
8484
<InputForm />
8585
<Alert mt={2} severity="warning" open={showAlert} onClose={() => setShowAlert(false)}>
8686
<Trans>
87-
The Mask Network Cloud Backup feature will be deactivated on April 30, 2025. Please use
87+
The Mask Network Cloud Backup feature will be deactivated on Jun 30, 2025. Please use
8888
alternative cloud backup services or local backup solutions.
8989
</Trans>
9090
</Alert>

packages/mask/shared-ui/locale/en-US.json

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/mask/shared-ui/locale/en-US.po

Lines changed: 6 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/mask/shared-ui/locale/ja-JP.json

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/mask/shared-ui/locale/ja-JP.po

Lines changed: 6 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/mask/shared-ui/locale/ko-KR.json

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/mask/shared-ui/locale/ko-KR.po

Lines changed: 6 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/mask/shared-ui/locale/zh-CN.json

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/mask/shared-ui/locale/zh-CN.po

Lines changed: 6 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)