mirror of
https://github.com/RayLabsHQ/gitea-mirror.git
synced 2026-04-25 07:15:57 +03:00
[PR #156] [CLOSED] Improved repository label terminology (private -> personal) #157
Labels
No labels
bug
documentation
enhancement
help wanted
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/gitea-mirror#157
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/RayLabsHQ/gitea-mirror/pull/156
Author: @gwku
Created: 11/26/2025
Status: ❌ Closed
Base:
main← Head:ui/improve-repository-label-terminology📝 Commits (1)
219f73cui: improve repository label terminology📊 Changes
1 file changed (+2 additions, -2 deletions)
View changed files
📝
src/components/config/GitHubMirrorSettings.tsx(+2 -2)📄 Description
The current label "Include private repositories" is confusing because it can be misinterpreted as referring to repository visibility (public vs private repositories), when it actually refers to repository ownership (personal repositories owned by the user vs organization repositories).
Changed 'private repositories' to 'personal repositories' for better clarity in GitHub mirror settings.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.