diff options
author | Jonathan Bauer | 2016-12-07 14:53:43 +0100 |
---|---|---|
committer | Jonathan Bauer | 2016-12-07 14:53:43 +0100 |
commit | e2580c3ef7c53fb243a90beefb356eccbd614880 (patch) | |
tree | a3a85b51359d48ca180e093902288951ad8e0d89 /modules-available/sysconfig | |
parent | [webinterface] fix major typo (diff) | |
download | slx-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
Diffstat (limited to 'modules-available/sysconfig')
-rw-r--r-- | modules-available/sysconfig/lang/en/module.json | 4 |
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 +} |