Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

Commit

Permalink
Fix 8431: Copy mistake in confirmation message after resetting VPN co…
Browse files Browse the repository at this point in the history
…nfig (#8433)
  • Loading branch information
soner-yuksel authored Nov 17, 2023
1 parent b1f7b6e commit 48c15d1
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 48c15d1

Please sign in to comment.