1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-11-23 21:34:13 +03:00

Fixed typo in SSH client's configuration window.

This commit is contained in:
Pavel Alimpiev 2018-02-03 01:15:55 +03:00 committed by GitHub
parent 0255985bc6
commit 4ca806e142
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,7 @@
input.form-control(
type='number',
placeholder='22',
[(ngModel)]='connection.post',
[(ngModel)]='connection.port',
)
.form-group