summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Bauer2016-12-07 14:53:43 +0100
committerJonathan Bauer2016-12-07 14:53:43 +0100
commite2580c3ef7c53fb243a90beefb356eccbd614880 (patch)
treea3a85b51359d48ca180e093902288951ad8e0d89
parent[webinterface] fix major typo (diff)
downloadslx-admin-e2580c3ef7c53fb243a90beefb356eccbd614880.tar.gz
slx-admin-e2580c3ef7c53fb243a90beefb356eccbd614880.tar.xz
slx-admin-e2580c3ef7c53fb243a90beefb356eccbd614880.zip
[sysconfig] remove broken quotation when listing the content of a config
module
-rw-r--r--modules-available/sysconfig/lang/en/module.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules-available/sysconfig/lang/en/module.json b/modules-available/sysconfig/lang/en/module.json
index fe4f346e..526f6562 100644
--- a/modules-available/sysconfig/lang/en/module.json
+++ b/modules-available/sysconfig/lang/en/module.json
@@ -1,10 +1,10 @@
{
"lang_clientSshConfig": "SSH configuration",
"lang_configurationCompilation": "Compile configuration",
- "lang_contentOf": "Content of \"",
+ "lang_contentOf": "Content of",
"lang_moduleAdd": "Add Module",
"lang_noModuleFromThisGroup": "(No module from this group)",
"lang_unknwonTaskManager": "Unknown Task Manager error",
"module_name": "Localization",
"page_title": "Localize and integrate"
-} \ No newline at end of file
+}