From fe46ddb63d081625f299130a18c9659da0ac1bdc Mon Sep 17 00:00:00 2001 From: Joseph Nuthalpati Date: Thu, 14 Sep 2017 12:00:48 +0530 Subject: [PATCH] Correct LAFS to Tahoe-LAFS in apps page --- plinth/modules/tahoe/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plinth/modules/tahoe/__init__.py b/plinth/modules/tahoe/__init__.py index 8b9106863..51b50ff7a 100644 --- a/plinth/modules/tahoe/__init__.py +++ b/plinth/modules/tahoe/__init__.py @@ -39,7 +39,7 @@ managed_services = ['tahoe-lafs'] managed_packages = ['tahoe-lafs'] -name = _('LAFS') +name = _('Tahoe-LAFS') short_description = _('Distributed File Storage')