Skip to content

Commit 50dd32e

Browse files
wolfogrelafrikstechknowlogick
authored
Update message of reach_limit_of_creation (#21757)
When I'm trying to use a user which has no repo numbers limit to create a repo for a org which has reached the limit, it says "You have already reached your limit of 5 repositories." That's confusing. "I" haven't reached the limit, the owner has. <img width="828" alt="xnip_2022-11-10_11-57-45" src="https://user-images.githubusercontent.com/9418365/200997290-d0819e40-fb10-4c37-917c-167e2070b4f9.png"> Co-authored-by: Lauris BH <[email protected]> Co-authored-by: techknowlogick <[email protected]>
1 parent 2cbea23 commit 50dd32e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

options/locale/locale_en-US.ini

+2-2
Original file line numberDiff line numberDiff line change
@@ -944,8 +944,8 @@ archive.title = This repo is archived. You can view files and clone it, but cann
944944
archive.issue.nocomment = This repo is archived. You cannot comment on issues.
945945
archive.pull.nocomment = This repo is archived. You cannot comment on pull requests.
946946
947-
form.reach_limit_of_creation_1 = You have already reached your limit of %d repository.
948-
form.reach_limit_of_creation_n = You have already reached your limit of %d repositories.
947+
form.reach_limit_of_creation_1 = The owner has already reached the limit of %d repository.
948+
form.reach_limit_of_creation_n = The owner has already reached the limit of %d repositories.
949949
form.name_reserved = The repository name '%s' is reserved.
950950
form.name_pattern_not_allowed = The pattern '%s' is not allowed in a repository name.
951951

0 commit comments

Comments
 (0)