mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Edit error message — replace & with and.
This commit is contained in:
@@ -67,7 +67,7 @@ final class AccountsFeedbinWindowController: NSWindowController {
|
||||
self.errorMessageLabel.stringValue = ""
|
||||
|
||||
guard !usernameTextField.stringValue.isEmpty && !passwordTextField.stringValue.isEmpty else {
|
||||
self.errorMessageLabel.stringValue = NSLocalizedString("Username & password required.", comment: "Credentials Error")
|
||||
self.errorMessageLabel.stringValue = NSLocalizedString("Username and password are required.", comment: "Credentials Error")
|
||||
return
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user