Rename repo size sorting options (#10587)

This commit is contained in:
Felix W. Dekker 2020-03-03 18:27:38 +01:00 committed by GitHub
parent 009990b0c0
commit aa4a297c16
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -944,8 +944,8 @@ issues.label_deletion_desc = Deleting a label removes it from all issues. Contin
issues.label_deletion_success = The label has been deleted.
issues.label.filter_sort.alphabetically = Alphabetically
issues.label.filter_sort.reverse_alphabetically = Reverse alphabetically
issues.label.filter_sort.by_size = Size
issues.label.filter_sort.reverse_by_size = Reverse size
issues.label.filter_sort.by_size = Smallest size
issues.label.filter_sort.reverse_by_size = Largest size
issues.num_participants = %d Participants
issues.attachment.open_tab = `Click to see "%s" in a new tab`
issues.attachment.download = `Click to download "%s"`