Skip to content

Commit 8703aa2

Browse files
committed
8089 Fix ‘During call’ error message typo
1 parent 52e12a0 commit 8703aa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Hardware/Hardware/CardReader/UnderlyingError.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@ extension UnderlyingError: LocalizedError {
450450
"the device does not meet minimum requirements.")
451451
case .commandNotAllowedDuringCall:
452452
return NSLocalizedString("The built-in reader cannot be used during a phone call. Please try again after " +
453-
"you finish your call",
453+
"you finish your call.",
454454
comment: "Error message shown when the built-in reader cannot be used because " +
455455
"there is a call in progress")
456456
case .invalidAmount:

0 commit comments

Comments
 (0)