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

Commit

Permalink
Fix #1590: Update licenses file. Add licenses setting option. (#1780)
Browse files Browse the repository at this point in the history
  • Loading branch information
iccub authored and jhreis committed Oct 24, 2019
1 parent bfcef8e commit 9e1b0f2
Show file tree
Hide file tree
Showing 3 changed files with 497 additions and 274 deletions.
1 change: 1 addition & 0 deletions BraveShared/BraveStrings.swift
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,7 @@ extension Strings {
public static let HideRewardsIconSubtitle = NSLocalizedString("HideRewardsIconSubtitle", tableName: "BraveShared", bundle: Bundle.braveShared, value: "Hides the Brave Rewards icon when Brave Rewards is not enabled", comment: "Hide the rewards icon explination.")
public static let WalletCreationDate = NSLocalizedString("WalletCreationDate", tableName: "BraveShared", bundle: Bundle.braveShared, value: "Wallet Creation Date", comment: "The date your wallet was created")
public static let CopyWalletSupportInfo = NSLocalizedString("CopyWalletSupportInfo", tableName: "BraveShared", bundle: Bundle.braveShared, value: "Copy Support Info", comment: "Copy rewards internals info for support")
public static let SettingsLicenses = NSLocalizedString("SettingsLicenses", tableName: "BraveShared", bundle: Bundle.braveShared, value: "Licenses", comment: "Row name for licenses.")
}

// MARK:- Error pages.
Expand Down
Loading

0 comments on commit 9e1b0f2

Please sign in to comment.