From 7744169037419cc1f7ab6d17a6a43ad61f6bcfd1 Mon Sep 17 00:00:00 2001 From: Sebastien Marinier Date: Tue, 30 Jul 2024 14:16:29 +0200 Subject: [PATCH] fix: 261 wordings that aren't visible in Transifex Let's try breaking the lines --- ts/Manager/RoomRow.tsx | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/ts/Manager/RoomRow.tsx b/ts/Manager/RoomRow.tsx index 6187776..08150cd 100644 --- a/ts/Manager/RoomRow.tsx +++ b/ts/Manager/RoomRow.tsx @@ -220,7 +220,11 @@ const RoomRow: React.FC = (props) => { <> - + {room.running ? t('bbb', 'Join') : t('bbb', 'Start')} @@ -264,7 +268,10 @@ const RoomRow: React.FC = (props) => { {} -