Rename Feedbin account "Create" button to "Add Account"

This commit is contained in:
Aaron Raimist 2020-01-29 17:50:37 -06:00
parent a70f16eb37
commit 073eee6ff8
No known key found for this signature in database
GPG Key ID: 37419210002890EF
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ class AccountsFeedbinWindowController: NSWindowController {
} }
actionButton.title = NSLocalizedString("Update", comment: "Update") actionButton.title = NSLocalizedString("Update", comment: "Update")
} else { } else {
actionButton.title = NSLocalizedString("Create", comment: "Create") actionButton.title = NSLocalizedString("Add Account", comment: "Add Account")
} }
} }