models: Rename 'Jitsi' to 'Jitsi Meet' in Realm model.

Fixes #12293
This commit is contained in:
Yashashvi Dave 2019-05-09 15:18:17 +05:30 committed by Tim Abbott
parent 3efead6f5f
commit 6f6e87f45d
1 changed files with 1 additions and 1 deletions

View File

@ -292,7 +292,7 @@ class Realm(models.Model):
VIDEO_CHAT_PROVIDERS = {
'jitsi_meet': {
'name': u"Jitsi",
'name': u"Jitsi Meet",
'id': 1
},
'google_hangouts': {