mirror of
https://github.com/kopia/kopia.git
synced 2026-09-23 02:35:09 -04:00
nit: fixed typo
This commit is contained in:
1 parent
3e438dd2b8
commit
56fd511cb1
1 file changed
+1
-1
@@ -22,7 +22,7 @@ export class SetupKopiaServer extends Component {
|
||||
{RequiredField(this, "Server address", "url", { autoFocus: true, placeholder: "enter server URL (https://<host>:port)" })}
|
||||
</Form.Row>
|
||||
<Form.Row>
|
||||
{OptionalField(this, "Trusted server certificate finterprint (SHA256)", "serverCertFingerprint", { placeholder: "enter trusted server certificate fingerprint printed at server startup" })}
|
||||
{OptionalField(this, "Trusted server certificate fingerprint (SHA256)", "serverCertFingerprint", { placeholder: "enter trusted server certificate fingerprint printed at server startup" })}
|
||||
</Form.Row>
|
||||
</>;
|
||||
}
|
||||
|
||||
Reference in new issue
Block a user