diff --git a/src/components/room/widgets/friend-request/FriendRequestDialogView.tsx b/src/components/room/widgets/friend-request/FriendRequestDialogView.tsx index 1b82604..c539960 100644 --- a/src/components/room/widgets/friend-request/FriendRequestDialogView.tsx +++ b/src/components/room/widgets/friend-request/FriendRequestDialogView.tsx @@ -11,7 +11,7 @@ export const FriendRequestDialogView: FC<{ roomIndex: number, request: Messenger return ( -
+
{ LocalizeText('widget.friendrequest.from', [ 'username' ], [ request.name ]) }