Skip to content

Commit dd9227f

Browse files
committed
Update strings.
1 parent db815f3 commit dd9227f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Shared/Localization/Localized.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -270,9 +270,9 @@ internal enum Localized {
270270
internal static let noInvitesLeft = Localized.tr("Localizable", "error.title.noInvitesLeft")
271271
/// You Haven't Been Invited Yet
272272
internal static let notInvitedYet = Localized.tr("Localizable", "error.title.notInvitedYet")
273-
/// Purchase too large
273+
/// Purchase Too Large
274274
internal static let purchaseTooLarge = Localized.tr("Localizable", "error.title.purchaseTooLarge")
275-
/// Purchase too small
275+
/// Purchase Too Small
276276
internal static let purchaseTooSmall = Localized.tr("Localizable", "error.title.purchaseTooSmall")
277277
/// Access Key No Longer Usable in Code
278278
internal static let timelockUnlocked = Localized.tr("Localizable", "error.title.timelockUnlocked")

Shared/Localization/en.lproj/Localizable.strings

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -747,13 +747,13 @@
747747
"error.description.cashExpired" = "This cash has expired.";
748748

749749
/* Title when the amount enetered to purcahse is too small */
750-
"error.title.purchaseTooSmall" = "Purchase too small";
750+
"error.title.purchaseTooSmall" = "Purchase Too Small";
751751

752752
/* Description when the amount enetered to purcahse is too small */
753753
"error.description.purchaseTooSmall" = "The minimum you can purchase is %@. Please enter a larger amount.";
754754

755755
/* Title when the amount enetered to purcahse is too large */
756-
"error.title.purchaseTooLarge" = "Purchase too large";
756+
"error.title.purchaseTooLarge" = "Purchase Too Large";
757757

758758
/* Description when the amount enetered to purcahse is too large */
759759
"error.description.purchaseTooLarge" = "The maximum you can purchase is %@. Please enter a smaller amount.";

0 commit comments

Comments
 (0)