Merge pull request #1742 from aaronraimist/add-account-btn

Rename Feedbin account "Create" button to "Add Account"
This commit is contained in:
Brent Simmons 2020-01-31 18:15:37 -08:00 committed by GitHub
commit 8b42a19f0f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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")
} }
} }