Skip to content
This repository was archived by the owner on Feb 5, 2025. It is now read-only.
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
3 changes: 1 addition & 2 deletions WordPressAuthenticator/Extensions/WPStyleGuide+Login.swift
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,7 @@ extension WPStyleGuide {
/// - Returns: A properly styled NSAttributedString to be displayed on a NUXButton.
///
class func formattedSignInWithSiteCredentialsString() -> NSAttributedString {
let title = NSLocalizedString(WordPressAuthenticator.shared.displayStrings.signInWithSiteCredentialsButtonTitle,
comment: "Button title. Tapping opens the site credentials screen.")
let title = WordPressAuthenticator.shared.displayStrings.signInWithSiteCredentialsButtonTitle
let globe = UIImage.gridicon(.globe)
let image = globe.imageWithTintColor(WordPressAuthenticator.shared.style.placeholderColor) ?? globe
return attributedStringwithLogo(image,
Expand Down