diff --git a/lang/de/terminal.php b/lang/de/terminal.php index 7dee464..c8c9db9 100644 --- a/lang/de/terminal.php +++ b/lang/de/terminal.php @@ -29,6 +29,7 @@ return [ 'host_setup_title' => 'Clusev-Host-Login', 'host_setup_subtitle' => 'SSH-Zugang zum Clusev-Host. Damit wird das Terminal ein echtes Login auf der Maschine — kein Container.', 'host_field_host' => 'Host / IP', + 'host_field_host_hint' => 'Standard: die Maschine, auf der Clusev läuft (Docker-Host). So lassen — oder eine andere IP/Host eintragen.', 'host_field_port' => 'Port', 'host_field_user' => 'Benutzer', 'host_field_auth' => 'Authentifizierung', diff --git a/lang/en/terminal.php b/lang/en/terminal.php index 05716ac..e8ee508 100644 --- a/lang/en/terminal.php +++ b/lang/en/terminal.php @@ -29,6 +29,7 @@ return [ 'host_setup_title' => 'Clusev host login', 'host_setup_subtitle' => 'SSH access to the Clusev host. This makes the terminal a real login on the machine — not a container.', 'host_field_host' => 'Host / IP', + 'host_field_host_hint' => 'Default: the machine Clusev runs on (the Docker host). Leave it — or enter another IP/host.', 'host_field_port' => 'Port', 'host_field_user' => 'User', 'host_field_auth' => 'Authentication', diff --git a/resources/views/livewire/modals/host-shell.blade.php b/resources/views/livewire/modals/host-shell.blade.php index 305f0b0..60eca0c 100644 --- a/resources/views/livewire/modals/host-shell.blade.php +++ b/resources/views/livewire/modals/host-shell.blade.php @@ -16,6 +16,7 @@ @error('host')
{{ __('terminal.host_field_host_hint') }}