Skip to content

Commit afa8e10

Browse files
authored
Merge pull request #5463 from woocommerce/issue/5376-terminal-license
[Mobile Payments] Add Stripe Terminal license to licenses
2 parents 81ab990 + b91fc6e commit afa8e10

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
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("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("Open Source Licenses", comment: "Navigates to screen about open source 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) {

WooCommerce/Resources/HTML/licenses.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,16 +35,17 @@ <h2>WooCommerce for iOS</h2>
3535

3636
<h3>Additional Libraries</h3>
3737

38-
<p>WooCommerce for iOS is made possible with the help of many fantastic open source libraries!</p>
38+
<p>WooCommerce for iOS is made possible with the help of many fantastic libraries!</p>
3939

4040
<h4>The following libraries are licensed under <a href="https://opensource.org/licenses/MIT">MIT</a>:</h4>
4141
<ul>
4242
<li><a href="https://github.com/Alamofire/Alamofire">Alamofire</a> by <a href="http://alamofire.org/">Alamofire Software Foundation</a></li>
43+
<li><a href="https://github.com/gonzalezreal/AttributedText">AttributedText</a> by <a href="https://github.com/gonzalezreal">Guille Gonzalez</a></li>
4344
<li><a href="https://github.com/kishikawakatsumi/KeychainAccess">KeychainAccess</a> by <a href="https://github.com/kishikawakatsumi">Kishikawa Katsumi</a></li>
44-
<li><a href="https://github.com/xmartlabs/XLPagerTabStrip">XLPagerTabStrip</a> by <a href="https://xmartlabs.com/">XMARTLABS</a></li>
4545
<li><a href="https://github.com/onevcat/Kingfisher">Kingfisher</a> by <a href="https://github.com/onevcat">Wei Wang</a></li>
46+
<li><a href="https://github.com/stripe/stripe-terminal-ios">StripeTerminal</a> by <a href="https://github.com/stripe">Stripe</a></li>
4647
<li><a href="https://github.com/pmusolino/Wormholy">Wormholy</a> by <a href="https://github.com/pmusolino">Paolo Musolino</a></li>
47-
<li><a href="https://github.com/gonzalezreal/AttributedText">AttributedText</a> by <a href="https://github.com/gonzalezreal">Guille Gonzalez</a></li>
48+
<li><a href="https://github.com/xmartlabs/XLPagerTabStrip">XLPagerTabStrip</a> by <a href="https://xmartlabs.com/">XMARTLABS</a></li>
4849
</ul>
4950

5051
<h4>The following libraries are licensed under <a href="https://www.apache.org/licenses/LICENSE-2.0">The Apache License, Version 2.0</a>:</h4>

0 commit comments

Comments
 (0)