mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-04-29 10:10:19 +00:00
janus: Change short description to "Video Room"
This makes it clearer why one would wish to install and use this app. Closes #2236. Signed-off-by: James Valleroy <jvalleroy@mailbox.org> Reviewed-by: Sunil Mohan Adapa <sunil@medhas.org>
This commit is contained in:
parent
b2e6508b16
commit
2b6b025bcf
@ -43,7 +43,7 @@ class JanusApp(app_module.App):
|
|||||||
|
|
||||||
info = app_module.Info(self.app_id, self._version, name=_('Janus'),
|
info = app_module.Info(self.app_id, self._version, name=_('Janus'),
|
||||||
icon_filename='janus',
|
icon_filename='janus',
|
||||||
short_description=_('WebRTC server'),
|
short_description=_('Video Room'),
|
||||||
description=_description, manual_page='Janus',
|
description=_description, manual_page='Janus',
|
||||||
clients=manifest.clients)
|
clients=manifest.clients)
|
||||||
self.add(info)
|
self.add(info)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user