mirror of
https://github.com/pelican-dev/panel.git
synced 2026-05-04 18:00:48 +03:00
Add tooltips to actions across admin area (#2134)
Co-authored-by: Boy132 <mail@boy132.de>
This commit is contained in:
@@ -27,6 +27,7 @@ return [
|
||||
'github' => 'GitHub',
|
||||
'refresh' => 'Refresh',
|
||||
'import_image' => 'Import Image',
|
||||
'delete_image' => 'Delete Image',
|
||||
'no_local_ip' => 'Local IP Addresses are not allowed',
|
||||
'unsupported_format' => 'Unsupported Format. Supported Formats: :formats',
|
||||
'invalid_url' => 'The provided URL is invalid',
|
||||
|
||||
@@ -7,6 +7,8 @@ return [
|
||||
'no_servers' => 'No Servers',
|
||||
'create' => 'Create Server',
|
||||
'ip_address' => 'IP Address',
|
||||
'import_image' => 'Import Image',
|
||||
'delete_image' => 'Delete Image',
|
||||
'ip_address_helper' => 'Usually your machine\'s public IP unless you are port forwarding.',
|
||||
'port' => 'Port',
|
||||
'ports' => 'Ports',
|
||||
|
||||
Reference in New Issue
Block a user