From 626ebc9875cb3ec7608a1fce3e56ee4ea3de756d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arvis=20L=C4=81cis?= Date: Thu, 9 Sep 2021 18:26:45 +0300 Subject: [PATCH] Fixing commas in English translation files --- modules/cms/lang/en/lang.php | 4 ++-- modules/system/lang/en/lang.php | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/cms/lang/en/lang.php b/modules/cms/lang/en/lang.php index fe19adfc2b..8efaddc3dc 100644 --- a/modules/cms/lang/en/lang.php +++ b/modules/cms/lang/en/lang.php @@ -105,8 +105,8 @@ 'description' => 'IP addresses that are permitted to view the site while maintenance mode is active', 'prompt' => 'Add an IP Address', 'ip' => 'IP address', - 'label' => 'Description' - ] + 'label' => 'Description', + ], ], 'page' => [ 'not_found_name' => "The page ':name' is not found", diff --git a/modules/system/lang/en/lang.php b/modules/system/lang/en/lang.php index e6e506e80f..40c70ed940 100644 --- a/modules/system/lang/en/lang.php +++ b/modules/system/lang/en/lang.php @@ -141,8 +141,8 @@ 'remove_confirm' => 'Are you sure you want to remove the selected plugins? This will remove all associated data as well.', 'remove_success' => 'Successfully removed the selected plugins.', 'replace' => [ - 'multi_install_error' => 'Replacing multiple plugins is currently unsupported' - ] + 'multi_install_error' => 'Replacing multiple plugins is currently unsupported', + ], ], 'project' => [ 'name' => 'Project',