Skip to content

Commit

Permalink
Fix 8431: Copy mistake in confirmation message after resetting VPN co…
Browse files Browse the repository at this point in the history
  • Loading branch information
soner-yuksel committed Nov 17, 2023
1 parent ea4c19d commit 6f039ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/BraveStrings/BraveStrings.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3082,7 +3082,7 @@ extension Strings {

public static let resetVPNSuccessBody =
NSLocalizedString("vpn.resetVPNSuccessBody", tableName: "BraveShared", bundle: .module,
value: "VPN Configuration is resetted successfully.",
value: "VPN Configuration is reset successfully.",
comment: "Message to show when vpn configuration reset succeeds.")

public static let contactFormDoNotEditText =
Expand Down

0 comments on commit 6f039ba

Please sign in to comment.