Skip to content

Commit

Permalink
Fix trailing whitespace issue
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewtavis committed Nov 30, 2024
1 parent 5d5a988 commit 5962b42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Scribe/AppTexts/InstallScreen.swift
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ func getInstallationDirections(fontSize: CGFloat) -> NSMutableAttributedString {
let boldText = NSMutableAttributedString(string: NSLocalizedString("app.installation.keyboard.keyboards_bold", value: "Keyboards", comment: ""), attributes: [NSAttributedString.Key.font: UIFont.systemFont(ofSize: fontSize)])
boldText.addAttribute(NSAttributedString.Key.font, value: UIFont.boldSystemFont(ofSize: fontSize), range: NSRange(location: 0, length: boldText.length))
installDirections.append(boldText)

installDirections.append(NSMutableAttributedString(string: thirdLineNumber + NSLocalizedString("app.installation.keyboard.text_2", value: "Activate keyboards that you want to use", comment: "") + fourthLineNumber + NSLocalizedString("app.installation.keyboard.text_3", value: "When typing, press", comment: "") + " ", attributes: [NSAttributedString.Key.font: UIFont.systemFont(ofSize: fontSize)]))

installDirections.append(globeString)
Expand Down

0 comments on commit 5962b42

Please sign in to comment.