From 06568fe78939317cc7fa97e4fa0a3a63ee0c3e2d Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Tue, 18 Aug 2020 19:32:39 -0700 Subject: [PATCH] bepasty: Expand app description Signed-off-by: Sunil Mohan Adapa Reviewed-by: Joseph Nuthalapati --- plinth/modules/bepasty/__init__.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/plinth/modules/bepasty/__init__.py b/plinth/modules/bepasty/__init__.py index 100276b7a..b0789ac2b 100644 --- a/plinth/modules/bepasty/__init__.py +++ b/plinth/modules/bepasty/__init__.py @@ -21,9 +21,11 @@ managed_packages = ['bepasty', 'uwsgi', 'uwsgi-plugin-python3'] managed_services = ['uwsgi'] - _('bepasty is a web application that allows all types of files to be ' - 'uploaded and shared.'), _description = [ + _('bepasty is a web application that allows large files to be uploaded ' + 'and shared. Text and code snippets can also be pasted and shared. ' + 'Text, image, audio, video and PDF documents can be previewed in the ' + 'browser. Shared files can be set to expire after a time period.'), _('bepasty does not use usernames for login. It only uses passwords. For ' 'each password, a set of permissions can be selected. Once you have ' 'created a password, you can share it with the users who should have the'