Browse Source

Update AboutViewController.swift

pull/101/head
Abhishek 3 years ago
parent
commit
a233037295
  1. 4
      Clocker/Preferences/About/AboutViewController.swift

4
Clocker/Preferences/About/AboutViewController.swift

@ -47,7 +47,7 @@ class AboutViewController: ParentViewController {
} }
private func underlineTextForActionButton() { private func underlineTextForActionButton() {
let rangesInOrder = [NSRange(location: 3, length: 8), let rangesInOrder = [NSRange(location: 3, length: 16),
NSRange(location: 7, length: privateFeedback.attributedTitle.length - 7), NSRange(location: 7, length: privateFeedback.attributedTitle.length - 7),
NSRange(location: 27, length: 33), NSRange(location: 27, length: 33),
NSRange(location: 42, length: 14)] NSRange(location: 42, length: 14)]
@ -57,7 +57,7 @@ class AboutViewController: ParentViewController {
supportClocker, supportClocker,
openSourceButton] openSourceButton]
let localizedKeys = ["1. @n0shake on Twitter for quick comments", let localizedKeys = ["1. @clocker_support on Twitter for quick comments",
"2. For Private Feedback", "2. For Private Feedback",
"You can support Clocker by leaving a review on the App Store! :)", "You can support Clocker by leaving a review on the App Store! :)",
"Help localize Clocker in your language by clicking here!"] "Help localize Clocker in your language by clicking here!"]

Loading…
Cancel
Save