mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-10 04:05:42 +01:00
[I18N] Improve wording in user blocking modal
This commit is contained in:
parent
c07cc28d88
commit
5d741259da
1 changed files with 4 additions and 4 deletions
|
@ -666,10 +666,10 @@ following_few = %d following
|
|||
follow = Follow
|
||||
unfollow = Unfollow
|
||||
block_user = Block user
|
||||
block_user.detail = Please understand that if you block this user, other actions will be taken. Such as:
|
||||
block_user.detail_1 = You are being unfollowed from this user.
|
||||
block_user.detail_2 = This user cannot interact with your repositories, created issues and comments.
|
||||
block_user.detail_3 = This user cannot add you as a collaborator, nor can you add them as a collaborator.
|
||||
block_user.detail = Please note that blocking a user has other effects, such as:
|
||||
block_user.detail_1 = You will stop following each other and will not be able to follow each other.
|
||||
block_user.detail_2 = This user will not be able to interact with the repositories you own, or the issues and comments you have created.
|
||||
block_user.detail_3 = You will not be able to add each other as repository collaborators.
|
||||
follow_blocked_user = You cannot follow this user because you have blocked this user or this user has blocked you.
|
||||
starred = Starred repositories
|
||||
watched = Watched repositories
|
||||
|
|
Loading…
Reference in a new issue