Compare commits

...

3 Commits

Author SHA1 Message Date
renovate[bot]
a72d04ec40
⬆️ Update actions/checkout action to v4 2023-10-19 10:54:47 +00:00
4c179d3dff
Merge pull request #214 from asheroto/master
Update nextcloud-settings-modal.ejs
2023-09-11 07:32:14 +02:00
asheroto
7fe3b23ef4
Update nextcloud-settings-modal.ejs
Fix misspelling of example
2023-09-10 22:10:07 -05:00
2 changed files with 3 additions and 3 deletions

View File

@ -34,7 +34,7 @@ jobs:
arch_value: linux/arm/v6
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up QEMU
uses: docker/setup-qemu-action@v2

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>