From baf38b0d212335d6afd30503ab8b503dc203d864 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bar=C4=B1=C5=9F=20Soner=20U=C5=9Fakl=C4=B1?= Date: Thu, 24 Aug 2023 19:43:06 -0400 Subject: [PATCH] add nowrap to room names --- public/language/en-GB/notifications.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/public/language/en-GB/notifications.json b/public/language/en-GB/notifications.json index 04480998dc..040117fcd0 100644 --- a/public/language/en-GB/notifications.json +++ b/public/language/en-GB/notifications.json @@ -26,10 +26,10 @@ "new_message_from": "New message from %1", - "user_posted_in_public_room": "%1 wrote in %3", - "user_posted_in_public_room_dual": "%1 and %2 wrote in %4", - "user_posted_in_public_room_triple": "%1, %2 and %3 wrote in %5", - "user_posted_in_public_room_multiple": "%1, %2 and %3 others wrote in %5", + "user_posted_in_public_room": "%1 wrote in %3", + "user_posted_in_public_room_dual": "%1 and %2 wrote in %4", + "user_posted_in_public_room_triple": "%1, %2 and %3 wrote in %5", + "user_posted_in_public_room_multiple": "%1, %2 and %3 others wrote in %5", "upvoted_your_post_in": "%1 has upvoted your post in %2.", "upvoted_your_post_in_dual": "%1 and %2 have upvoted your post in %3.", "upvoted_your_post_in_triple": "%1, %2 and %3 have upvoted your post in %4.",