File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -270,9 +270,9 @@ internal enum Localized {
270
270
internal static let noInvitesLeft = Localized . tr ( " Localizable " , " error.title.noInvitesLeft " )
271
271
/// You Haven't Been Invited Yet
272
272
internal static let notInvitedYet = Localized . tr ( " Localizable " , " error.title.notInvitedYet " )
273
- /// Purchase too large
273
+ /// Purchase Too Large
274
274
internal static let purchaseTooLarge = Localized . tr ( " Localizable " , " error.title.purchaseTooLarge " )
275
- /// Purchase too small
275
+ /// Purchase Too Small
276
276
internal static let purchaseTooSmall = Localized . tr ( " Localizable " , " error.title.purchaseTooSmall " )
277
277
/// Access Key No Longer Usable in Code
278
278
internal static let timelockUnlocked = Localized . tr ( " Localizable " , " error.title.timelockUnlocked " )
Original file line number Diff line number Diff line change 747
747
"error.description.cashExpired" = "This cash has expired.";
748
748
749
749
/* Title when the amount enetered to purcahse is too small */
750
- "error.title.purchaseTooSmall" = "Purchase too small ";
750
+ "error.title.purchaseTooSmall" = "Purchase Too Small ";
751
751
752
752
/* Description when the amount enetered to purcahse is too small */
753
753
"error.description.purchaseTooSmall" = "The minimum you can purchase is %@. Please enter a larger amount.";
754
754
755
755
/* Title when the amount enetered to purcahse is too large */
756
- "error.title.purchaseTooLarge" = "Purchase too large ";
756
+ "error.title.purchaseTooLarge" = "Purchase Too Large ";
757
757
758
758
/* Description when the amount enetered to purcahse is too large */
759
759
"error.description.purchaseTooLarge" = "The maximum you can purchase is %@. Please enter a smaller amount.";
You can’t perform that action at this time.
0 commit comments