Skip to content

Commit b91fc6e

Browse files
committed
Change license labels to refer to third party licenses
1 parent d4dd67d commit b91fc6e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

WooCommerce/Classes/ViewRelated/Dashboard/Settings/About/LicensesViewController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ private extension LicensesViewController {
3434
/// Set the title and back button.
3535
///
3636
func configureNavigation() {
37-
title = NSLocalizedString("Software Licenses", comment: "Software Licenses (information page title)")
37+
title = NSLocalizedString("Third Party Licenses", comment: "Software Licenses (information page title)")
3838
}
3939

4040
/// Setup the main view

WooCommerce/Classes/ViewRelated/Dashboard/Settings/Settings/SettingsViewController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ private extension SettingsViewController {
192192
func configureLicenses(cell: BasicTableViewCell) {
193193
cell.accessoryType = .disclosureIndicator
194194
cell.selectionStyle = .default
195-
cell.textLabel?.text = NSLocalizedString("Software Licenses", comment: "Navigates to screen with third party software licenses")
195+
cell.textLabel?.text = NSLocalizedString("Third Party Licenses", comment: "Navigates to screen with third party software licenses")
196196
}
197197

198198
func configureAppSettings(cell: BasicTableViewCell) {

0 commit comments

Comments
 (0)