From 38a590fd41b8883a504c382f291c0ad48886b266 Mon Sep 17 00:00:00 2001 From: Abhishek Date: Sat, 26 Sep 2020 22:06:53 -0500 Subject: [PATCH] Correct twitter handle. --- .../Preferences/App Feedback/AppFeedbackWindowController.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Clocker/Preferences/App Feedback/AppFeedbackWindowController.swift b/Clocker/Preferences/App Feedback/AppFeedbackWindowController.swift index 6880ebb..854db79 100644 --- a/Clocker/Preferences/App Feedback/AppFeedbackWindowController.swift +++ b/Clocker/Preferences/App Feedback/AppFeedbackWindowController.swift @@ -214,7 +214,7 @@ class AppFeedbackWindowController: NSWindowController { accessoryInfo.stringValue = "Contact fields are optional! Your contact information will let us contact you in case we need more information or can help!".localized() let range = NSRange(location: 9, length: 15) - quickCommentsLabel.title = "Tweet to @ClockerSupport if you have a quick comment!" + quickCommentsLabel.title = "Tweet to @Clocker_Support if you have a quick comment!" setUnderline(for: quickCommentsLabel, range: range) [accessoryInfo].forEach { $0?.textColor = Themer.shared().mainTextColor() }