mirror of
1
Fork 0

Merge pull request '[v7.0/forgejo] Improve wording in user blocking modal' (#4205) from bp-v7.0/forgejo-5d74125 into v7.0/forgejo

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/4205
Reviewed-by: Earl Warren <earl-warren@noreply.codeberg.org>
This commit is contained in:
Earl Warren 2024-06-22 13:34:58 +00:00
commit 04a8162e4f
1 changed files with 4 additions and 4 deletions

View File

@ -660,10 +660,10 @@ following_few = %d following
follow = Follow follow = Follow
unfollow = Unfollow unfollow = Unfollow
block_user = Block user 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 = Please note that blocking a user has other effects, such as:
block_user.detail_1 = You are being unfollowed from this user. 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 cannot interact with your repositories, created issues and comments. 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 = This user cannot add you as a collaborator, nor can you add them as a collaborator. 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. follow_blocked_user = You cannot follow this user because you have blocked this user or this user has blocked you.
starred = Starred repositories starred = Starred repositories
watched = Watched repositories watched = Watched repositories