diff --git a/en.json b/en.json index dec6c4835c9a4cee54190b5cdaa2bb37a84d5381..68e4ee0f05117ba61d6d8170c31deef4335739c6 100644 --- a/en.json +++ b/en.json @@ -336,7 +336,11 @@ "create_invite_created": "Here is your new invite code:", "confirm_kick": "Are you sure you want to kick {{name}}?", "confirm_ban": "You are about to ban {{name}}", - "confirm_ban_reason": "Ban Reason" + "confirm_ban_reason": "Ban Reason", + "unfriend_user": "Remove {{name}}?", + "unfriend_user_long": "You may not be able to talk to them again until you add them back.", + "block_user": "Block {{name}}?", + "block_user_long": "Are you sure you want to block {{name}}? They will also be removed from your friends list." }, "account": { "change": { @@ -351,7 +355,10 @@ "ban": "Ban", "kick": "Kick", "save": "Save", + "block": "Block", "close": "Close", + "leave": "Leave", + "remove": "Remove", "delete": "Delete", "create": "Create", "update": "Update",