Update RepositoryEmptyResultsType.swift

This commit is contained in:
Ryan Nystrom
2017-09-17 16:59:11 -04:00
committed by GitHub
parent f5aec36126
commit 7d536c805a

View File

@@ -24,7 +24,7 @@ enum RepositoryEmptyResultsType {
var text: String {
switch self {
case .readme: return NSLocalizedString("There aren't any Readme file", comment: "")
case .readme: return NSLocalizedString("Project has no README.", comment: "")
case .issues: return NSLocalizedString("There aren't any issues.", comment: "")
case .pullRequests: return NSLocalizedString("There aren't any pull requests.", comment: "")
}