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:
James Valleroy 2022-07-16 10:03:45 -04:00 committed by Sunil Mohan Adapa
parent b2e6508b16
commit 2b6b025bcf
No known key found for this signature in database
GPG Key ID: 43EA1CFF0AA7C5F2

View File

@ -43,7 +43,7 @@ class JanusApp(app_module.App):
info = app_module.Info(self.app_id, self._version, name=_('Janus'),
icon_filename='janus',
short_description=_('WebRTC server'),
short_description=_('Video Room'),
description=_description, manual_page='Janus',
clients=manifest.clients)
self.add(info)