fix(console): minor typo in tooltip EE-1976 (#11007)

pull/11009/head
Dakota Walsh 10 months ago committed by GitHub
parent fe47318e26
commit dd068473d2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -70,11 +70,10 @@
</div>
<div ng-if="state !== states.disconnected">
<label class="control-label text-left"
>Exec &nbsp;into container as <code>{{ ::formValues.user || 'default user' }}</code> using command
>Exec into container as <code>{{ ::formValues.user || 'default user' }}</code> using command
<code>{{ formValues.isCustomCommand ? formValues.customCommand : formValues.command }}</code>
<terminal-tooltip> </terminal-tooltip>
></label
>
</label>
<button type="button" class="btn btn-primary" ng-click="disconnect()">
<span ng-show="state === states.connected">Disconnect</span>
<span ng-show="state === states.connecting">Connecting...</span>

Loading…
Cancel
Save