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

Fix typo in TF squawk #2361

Merged
merged 1 commit into from
Oct 27, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Classes/Systems/Squawk+GitHawk.swift
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ extension Squawk {

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