sharing: Update description

Signed-off-by: Joseph Nuthalapati <njoseph@thoughtworks.com>
Reviewed-by: Sunil Mohan Adapa <sunil@medhas.org>
This commit is contained in:
Joseph Nuthalapati 2018-03-12 18:23:33 +05:30
parent 436a32d358
commit 498a0e3407
No known key found for this signature in database
GPG Key ID: 5398F00A2FA43C35

View File

@ -22,16 +22,19 @@ import json
from django.utils.translation import ugettext_lazy as _
from plinth import actions
from plinth import actions, cfg
from plinth.menu import main_menu
from plinth.utils import format_lazy
version = 1
name = _('Sharing')
description = [
_('Sharing allows you to share your content over web with chosen groups'
'of users. Add the content you would like to share in the sharing app.'),
format_lazy(
_('Sharing allows you to share files and folders on your {box_name} '
'over the web with chosen groups of users.'), box_name=_(
cfg.box_name))
]