mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-05-13 10:30:16 +00:00
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:
parent
289c033e1b
commit
253e30c8e6
@ -64,7 +64,7 @@ class BepastyApp(app_module.App):
|
|||||||
|
|
||||||
info = app_module.Info(self.app_id, version, name=_('bepasty'),
|
info = app_module.Info(self.app_id, version, name=_('bepasty'),
|
||||||
icon_filename='bepasty',
|
icon_filename='bepasty',
|
||||||
short_description=_('File Sharing'),
|
short_description=_('File & Snippet Sharing'),
|
||||||
description=_description, manual_page='bepasty',
|
description=_description, manual_page='bepasty',
|
||||||
clients=clients)
|
clients=clients)
|
||||||
self.add(info)
|
self.add(info)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user