Skip to content

Commit 3cf58a2

Browse files
committed
Add a note about the product term string being localized on the backend.
1 parent 6aa8bc0 commit 3cf58a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Networking/Networking/Remote/DomainRemote.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ public struct PaidDomainSuggestion: Decodable, Equatable {
102102
public struct DomainProduct: Decodable, Equatable {
103103
/// WPCOM product ID.
104104
public let productID: Int64
105-
/// The duration of the product (e.g. "year").
105+
/// The duration of the product, localized on the backend (e.g. "year").
106106
public let term: String
107107
/// Cost string including the currency.
108108
public let cost: String

0 commit comments

Comments
 (0)