mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
correct 'shortend' misspelling (#11000)
This commit is contained in:
committed by
Jellyfrog
parent
b8f2b094d7
commit
bbc5c435d9
@@ -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',
|
||||
|
||||
@@ -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 樣式',
|
||||
|
||||
Reference in New Issue
Block a user