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

Commit

Permalink
Fix #8316: Onboarding Title Case Text Change (#8323)
Browse files Browse the repository at this point in the history
  • Loading branch information
soner-yuksel authored Oct 26, 2023
1 parent 0cd2735 commit fe968b1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Sources/BraveStrings/BraveStrings.swift
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ extension Strings {
NSLocalizedString(
"defaultBrowserCallout.introCancelButtonText",
tableName: "BraveShared", bundle: .module,
value: "Not now",
value: "Not Now",
comment: "Button text to close the default browser popup.")
public static let notificationTitle =
NSLocalizedString(
Expand Down Expand Up @@ -216,25 +216,25 @@ extension Strings {
NSLocalizedString(
"callout.defaultBrowserCalloutButtonDescription",
tableName: "BraveShared", bundle: .module,
value: "Set Brave as default browser?",
value: "Set Brave as Default Browser?",
comment: "Description - Description used for main button in Default Browser Full Screen Callout")
public static let defaultBrowserCalloutPrimaryButtonTitle =
NSLocalizedString(
"callout.defaultBrowserCalloutPrimaryButtonTitle",
tableName: "BraveShared", bundle: .module,
value: "Set default",
value: "Set Default",
comment: "Title for main button in Default Browser Full Screen Callout")
public static let defaultBrowserCalloutSecondaryButtonTitle =
NSLocalizedString(
"callout.defaultBrowserCalloutSecondaryButtonTitle",
tableName: "BraveShared", bundle: .module,
value: "Skip this",
value: "Skip This",
comment: "Title for secondary button in Default Browser Full Screen Callout")
public static let defaultBrowserCalloutSecondaryButtonDescription =
NSLocalizedString(
"callout.defaultBrowserCalloutSecondaryButtonDescription",
tableName: "BraveShared", bundle: .module,
value: "Already default?",
value: "Already Default?",
comment: "Description for secondary button in Default Browser Full Screen Callout")
public static let privacyEverywhereCalloutTitle =
NSLocalizedString(
Expand All @@ -252,7 +252,7 @@ extension Strings {
NSLocalizedString(
"callout.privacyEverywhereCalloutPrimaryButtonTitle",
tableName: "BraveShared", bundle: .module,
value: "Sync now",
value: "Sync Now",
comment: "Title for button in Default Browser Full Screen Callout")
public static let tabReceivedCalloutTitle =
NSLocalizedString(
Expand Down

0 comments on commit fe968b1

Please sign in to comment.