Skip to content
This repository was archived by the owner on Sep 20, 2023. It is now read-only.

Commit f9a67a1

Browse files
authored
Fix typo in TF squawk (#2361)
1 parent 9902e1a commit f9a67a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Classes/Systems/Squawk+GitHawk.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ extension Squawk {
2929

3030
static func showAlreadyOnBeta(view: UIView? = window) {
3131
let config = Squawk.Configuration(
32-
text: NSLocalizedString("You're are already using a TestFlight build. 👌", comment: ""),
32+
text: NSLocalizedString("You're already using a TestFlight build. 👌", comment: ""),
3333
backgroundColor: UIColor.black.withAlphaComponent(0.5),
3434
insets: UIEdgeInsets(
3535
top: Styles.Sizes.rowSpacing,

0 commit comments

Comments
 (0)