Merge pull request #973 from MTRNord/patch-1

Fix missing string in the room settings
pull/21833/head
Matthew Hodgson 2017-05-30 20:54:51 +01:00 committed by GitHub
commit 055386d63e
1 changed files with 2 additions and 1 deletions

View File

@ -762,5 +762,6 @@
"Ongoing conference call%(supportedText)s. %(joinText)s": "Ongoing conference call%(supportedText)s. %(joinText)s",
"Online": "Online",
"Idle": "Idle",
"Offline": "Offline"
"Offline": "Offline",
"Disable URL previews for this room (affects only you)": "Disable URL previews for this room (affects only you)"
}