fix: Adjust string for session ending (#21402)

This commit is contained in:
Anton Georgiev 2024-10-21 07:34:06 -04:00 committed by GitHub
parent 301e2998ae
commit 064102daea
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -253,7 +253,7 @@
"app.meeting.endedFromAPI": "The session was terminated by the system", "app.meeting.endedFromAPI": "The session was terminated by the system",
"app.meeting.endedWhenNoUserJoined": "The session was ended because no users joined", "app.meeting.endedWhenNoUserJoined": "The session was ended because no users joined",
"app.meeting.endedWhenLastUserLeft": "The session was ended when the last user left", "app.meeting.endedWhenLastUserLeft": "The session was ended when the last user left",
"app.meeting.endedAfterExceedingDuration": "session was ended due to exceeding the maximum duration", "app.meeting.endedAfterExceedingDuration": "The session was ended due to exceeding the maximum duration",
"app.meeting.breakoutEndedAfterExceedingDuration": "Breakout was ended due to exceeding the maximum duration", "app.meeting.breakoutEndedAfterExceedingDuration": "Breakout was ended due to exceeding the maximum duration",
"app.meeting.breakoutEndedByModerator": "Breakout was terminated by Moderator", "app.meeting.breakoutEndedByModerator": "Breakout was terminated by Moderator",
"app.meeting.endedDueNoAuthed": "the session was ended because no authed user in the room", "app.meeting.endedDueNoAuthed": "the session was ended because no authed user in the room",