Skip to content

Commit

Permalink
Several updates
Browse files Browse the repository at this point in the history
  • Loading branch information
diegoreymendez committed Oct 23, 2024
1 parent 88249e9 commit 048d21d
Show file tree
Hide file tree
Showing 11 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"images" : [
{
"filename" : "Widget-Add-32.pdf",
"filename" : "Widget-Add-32 2.pdf",
"idiom" : "universal"
}
],
Expand Down
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"images" : [
{
"filename" : "Map-Pin-32.pdf",
"filename" : "Location-32.pdf",
"idiom" : "universal"
}
],
Expand Down
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"images" : [
{
"filename" : "Moon-32.pdf",
"filename" : "Moon-Snooze-32.pdf",
"idiom" : "universal"
}
],
Expand Down
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion DuckDuckGo/VPNGeoswitchingTip.swift
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ extension VPNGeoswitchingTip: Tip {
}

var message: Text? {
Text("Connect to any of our servers worldwide to customize the VPN location.")
Text("You can customize your VPN location by connecting to any of our servers worldwide.")
}

var image: Image? {
Expand Down
2 changes: 1 addition & 1 deletion DuckDuckGo/VPNSnoozeTip.swift
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ extension VPNSnoozeTip: Tip {
}

var message: Text? {
Text("Snooze briefly disconnects the VPN so you can use sites or apps that block VPN traffic.")
Text("You can use sites or apps that block VPN traffic by snoozing the VPN connection.")
}

var image: Image? {
Expand Down

0 comments on commit 048d21d

Please sign in to comment.