Skip to content

Commit d4dd67d

Browse files
committed
Update nav bar title to match settings row
1 parent 6f3153c commit d4dd67d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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("Licenses", comment: "Licenses (information page title)")
37+
title = NSLocalizedString("Software Licenses", comment: "Software Licenses (information page title)")
3838
}
3939

4040
/// Setup the main view

0 commit comments

Comments
 (0)