Update nextcloud-settings-modal.ejs

Fix misspelling of example
This commit is contained in:
asheroto 2023-09-10 22:10:07 -05:00 committed by GitHub
parent 93e821794e
commit 7fe3b23ef4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,7 +30,7 @@
<div class="col-12">
<label for="hostname" class="form-label">Hostname</label>
<input id="hostname" type="text" class="form-control" aria-describedby="hostname-help">
<div id="hostname-help" class="form-text">exemple.com:8080</span>
<div id="hostname-help" class="form-text">example.com:8080</span>
</div>
</div>
</div>
@ -70,4 +70,4 @@
</div>
</div>
</div>