Skip to content

Commit 6858561

Browse files
committed
text
1 parent 5009093 commit 6858561

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

SnapSafe/Screens/PinVerification/PINVerificationViewModel.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ final class PINVerificationViewModel: ObservableObject {
6060

6161
var unlockButtonText: String {
6262
if backoffSeconds > 0 {
63-
return "Wait \(backoffSeconds)s"
63+
return "Wait (\(backoffSeconds)s)"
6464
} else if isLoading {
6565
return "Verifying..."
6666
} else {

0 commit comments

Comments
 (0)