Skip to content

Commit

Permalink
🌐(frontend) enhance few English traductions
Browse files Browse the repository at this point in the history
Found few issues, fixed them.
  • Loading branch information
lebaudantoine committed Sep 11, 2024
1 parent a3ef1d4 commit b9ffbd1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/frontend/src/locales/en/notifications.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"defaultName": "A contributor",
"joined": {
"description": "{{name}} join the room"
"description": "{{name}} has joined the room"
},
"raised": {
"description": "{{name}} raised its hand.",
"description": "{{name}} has raised their hand.",
"cta": "Open waiting list"
}
}
2 changes: 1 addition & 1 deletion src/frontend/src/locales/en/rooms.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"muteYourself": "Close your mic",
"muteParticipant": "Close the mic of {{name}}",
"muteParticipantAlert": {
"description": "Mute {{name}} for all participants? {{name}} is the only person who can unmute themselves.",
"description": "Mute {{name}} for all participants? {{name}} will be the only one who can unmute themselves.",
"confirm": "Mute",
"cancel": "Cancel"
},
Expand Down

0 comments on commit b9ffbd1

Please sign in to comment.