bepasty: Add "Snippet" in category/short description

Compared to other apps that do file sharing, sharing snippets that can be viewed
in the browser is a unique distinction of bepasty.

Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
Reviewed-by: Joseph Nuthalapati <njoseph@riseup.net>
This commit is contained in:
Sunil Mohan Adapa 2020-08-18 20:10:36 -07:00 committed by Joseph Nuthalapati
parent 289c033e1b
commit 253e30c8e6
No known key found for this signature in database
GPG Key ID: 5398F00A2FA43C35

View File

@ -64,7 +64,7 @@ class BepastyApp(app_module.App):
info = app_module.Info(self.app_id, version, name=_('bepasty'),
icon_filename='bepasty',
short_description=_('File Sharing'),
short_description=_('File & Snippet Sharing'),
description=_description, manual_page='bepasty',
clients=clients)
self.add(info)