From a9979db56fc7c7737c7abab91bb40b306df5a9a6 Mon Sep 17 00:00:00 2001 From: Alice Kile Date: Tue, 3 Dec 2019 15:33:04 +0530 Subject: [PATCH] config: fix minor syntax error Reviewed-by: James Valleroy --- plinth/modules/config/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plinth/modules/config/__init__.py b/plinth/modules/config/__init__.py index 21c70c1e0..a633689d4 100644 --- a/plinth/modules/config/__init__.py +++ b/plinth/modules/config/__init__.py @@ -37,7 +37,7 @@ is_essential = True name = _('General Configuration') description = [ - _('Here you can set some general configuration options ', + _('Here you can set some general configuration options ' 'like hostname, domain name, webserver home page etc.') ]