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

Fix #8316: Onboarding Title Case Text Change #8323

Merged
merged 1 commit into from
Oct 26, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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