mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-09-19 04:59:01 +00:00
sharing: Update description
Signed-off-by: Joseph Nuthalapati <njoseph@thoughtworks.com> Reviewed-by: Sunil Mohan Adapa <sunil@medhas.org>
This commit is contained in:
parent
436a32d358
commit
498a0e3407
@ -22,16 +22,19 @@ import json
|
|||||||
|
|
||||||
from django.utils.translation import ugettext_lazy as _
|
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.menu import main_menu
|
||||||
|
from plinth.utils import format_lazy
|
||||||
|
|
||||||
version = 1
|
version = 1
|
||||||
|
|
||||||
name = _('Sharing')
|
name = _('Sharing')
|
||||||
|
|
||||||
description = [
|
description = [
|
||||||
_('Sharing allows you to share your content over web with chosen groups'
|
format_lazy(
|
||||||
'of users. Add the content you would like to share in the sharing app.'),
|
_('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))
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user