Skip to content

Commit 165d53d

Browse files
committedFeb 27, 2025
Update snapshots
1 parent ab2e3d1 commit 165d53d

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed
 

‎installer-downloader/tests/snapshots/controller__failed_directory_creation.snap

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
source: installer-downloader/tests/controller.rs
33
expression: delegate.state
4-
snapshot_kind: text
54
---
65
status_text: ""
76
download_text: ""
@@ -15,7 +14,7 @@ beta_text_visible: false
1514
stable_text_visible: false
1615
error_message_visible: true
1716
error_message:
18-
status_text: Failed to create download directory
17+
status_text: "Download failed, please check your internet connection or if you have enough space on your hard drive and try downloading again."
1918
cancel_button_text: Cancel
2019
retry_button_text: Try again
2120
quit: false

‎installer-downloader/tests/snapshots/controller__failed_verification.snap

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
source: installer-downloader/tests/controller.rs
33
expression: delegate.state
4-
snapshot_kind: text
54
---
65
status_text: ""
76
download_text: ""
@@ -15,9 +14,9 @@ beta_text_visible: false
1514
stable_text_visible: false
1615
error_message_visible: true
1716
error_message:
18-
status_text: "Couldn’t verify download, please try downloading again or contact our support by sending an email at support@mullvadvpn.net"
17+
status_text: "Failed to verify download, please try downloading again or contact our support by sending an email to support@mullvadvpn.net with a description of what happened."
1918
cancel_button_text: Cancel
20-
retry_button_text: Redownload
19+
retry_button_text: Try again
2120
quit: false
2221
call_log:
2322
- hide_download_progress

0 commit comments

Comments
 (0)
Failed to load comments.