mirror of
https://github.com/zhigang1992/GitHawk.git
synced 2026-05-28 15:23:54 +08:00
Update RepositoryEmptyResultsType.swift
This commit is contained in:
@@ -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: "")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user