Skip to content

Commit 6c5b7e0

Browse files
committed
Remove duplicated error string
1 parent 1838916 commit 6c5b7e0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

WooCommerce/Classes/ViewRelated/Orders/Simple Payments/Amount/SimplePaymentsAmount.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,6 @@ private extension SimplePaymentsAmount {
146146
static let title = NSLocalizedString("Take Payment", comment: "Title for the simple payments screen")
147147
static let instructions = NSLocalizedString("Enter Amount", comment: "Short instructions label in the simple payments screen")
148148
static let cancelTitle = NSLocalizedString("Cancel", comment: "Title for the button to cancel the simple payments screen")
149-
static let error = NSLocalizedString("There was an error creating the order", comment: "Notice text after failing to create a simple payments order.")
150149

151150
static func buttonTitle() -> String {
152151
if ServiceLocator.featureFlagService.isFeatureFlagEnabled(.simplePaymentsPrototype) {

0 commit comments

Comments
 (0)