Add tooltips to actions across admin area (#2134)

Co-authored-by: Boy132 <mail@boy132.de>
This commit is contained in:
Charles
2026-01-27 20:07:18 -05:00
committed by GitHub
parent 297ecb544d
commit dd77555c42
83 changed files with 505 additions and 495 deletions

View File

@@ -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',

View File

@@ -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',