Skip to content

Commit

Permalink
Fix up a text label issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
samsymons committed Aug 8, 2024
1 parent f506cb7 commit a03b475
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DuckDuckGo/VPNSnoozeLiveActivityWidget.swift
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ private struct VPNSnoozeLiveActivityPrimaryCountdownView: View {
Text(UserText.vpnWidgetLiveActivityVPNSnoozingStatusLabel)
.foregroundStyle(Color.white)
} else {
Text(UserText.vpnWidgetLiveActivityVPNSnoozingStatusLabel)
Text(UserText.vpnWidgetLiveActivityVPNActiveStatusLabel)
.foregroundStyle(Color.white)
}

Expand Down

0 comments on commit a03b475

Please sign in to comment.