From bbc5c435d99c5723916d1bc13067dc4475059545 Mon Sep 17 00:00:00 2001 From: Joseph Tingiris Date: Tue, 7 Jan 2020 09:13:42 -0500 Subject: [PATCH] correct 'shortend' misspelling (#11000) --- resources/lang/en/settings.php | 4 ++-- resources/lang/zh-TW/settings.php | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/resources/lang/en/settings.php b/resources/lang/en/settings.php index 5424370012..1bc2809838 100644 --- a/resources/lang/en/settings.php +++ b/resources/lang/en/settings.php @@ -661,8 +661,8 @@ return [ 'description' => 'Path to sfdp' ], 'shorthost_target_length' => [ - 'description' => 'shortend hostname maximum length', - 'help' => 'shrinks hostname to maximum length, but always complete subdomain parts' + 'description' => 'Shortened hostname maximum length', + 'help' => 'Shrinks hostname to maximum length, but always complete subdomain parts' ], 'site_style' => [ 'description' => 'Set the site css style', diff --git a/resources/lang/zh-TW/settings.php b/resources/lang/zh-TW/settings.php index d843a88da2..b26748b018 100644 --- a/resources/lang/zh-TW/settings.php +++ b/resources/lang/zh-TW/settings.php @@ -632,8 +632,8 @@ return [ 'description' => 'sfdp 路徑' ], 'shorthost_target_length' => [ - 'description' => 'shortend hostname maximum length', - 'help' => 'shrinks hostname to maximum length, but always complete subdomain parts' + 'description' => 'Shortened hostname maximum length', + 'help' => 'Shrinks hostname to maximum length, but always complete subdomain parts' ], 'site_style' => [ 'description' => '設定站台 css 樣式',