mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-08 18:04:14 +01:00
[TRANSLATION] Clarify description in deletion modal
- The value is now in the form `owner/repo` since #1473, so update the label to reflect this. - Ref: #2412
This commit is contained in:
parent
5e1d7b3c82
commit
8018c2c761
1 changed files with 1 additions and 1 deletions
|
@ -2155,7 +2155,7 @@ settings.transfer_abort = Cancel transfer
|
||||||
settings.transfer_abort_invalid = You cannot cancel a non existent repository transfer.
|
settings.transfer_abort_invalid = You cannot cancel a non existent repository transfer.
|
||||||
settings.transfer_abort_success = The repository transfer to %s was successfully canceled.
|
settings.transfer_abort_success = The repository transfer to %s was successfully canceled.
|
||||||
settings.transfer_desc = Transfer this repository to a user or to an organization for which you have administrator rights.
|
settings.transfer_desc = Transfer this repository to a user or to an organization for which you have administrator rights.
|
||||||
settings.enter_repo_name = Enter the repository name as confirmation:
|
settings.enter_repo_name = Enter the owner and repository name exactly as shown:
|
||||||
settings.transfer_in_progress = There is currently an ongoing transfer. Please cancel it if you will like to transfer this repository to another user.
|
settings.transfer_in_progress = There is currently an ongoing transfer. Please cancel it if you will like to transfer this repository to another user.
|
||||||
settings.transfer_notices_1 = - You will lose access to the repository if you transfer it to an individual user.
|
settings.transfer_notices_1 = - You will lose access to the repository if you transfer it to an individual user.
|
||||||
settings.transfer_notices_2 = - You will keep access to the repository if you transfer it to an organization that you (co-)own.
|
settings.transfer_notices_2 = - You will keep access to the repository if you transfer it to an organization that you (co-)own.
|
||||||
|
|
Loading…
Reference in a new issue