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 樣式',