mirror of
https://github.com/donaldzou/WGDashboard.git
synced 2025-11-17 02:46:20 +00:00
Merge pull request #951 from WGDashboard/spel-fix-01
Some checks failed
CodeQL / Analyze (javascript) (push) Has been cancelled
CodeQL / Analyze (python) (push) Has been cancelled
Docker Build and Push / docker_build (push) Has been cancelled
Docker Build and Push / docker_scan (push) Has been cancelled
Mark stale issues and pull requests / stale (push) Has been cancelled
Some checks failed
CodeQL / Analyze (javascript) (push) Has been cancelled
CodeQL / Analyze (python) (push) Has been cancelled
Docker Build and Push / docker_build (push) Has been cancelled
Docker Build and Push / docker_scan (push) Has been cancelled
Mark stale issues and pull requests / stale (push) Has been cancelled
chore: fix spelling errors
This commit is contained in:
@@ -77,11 +77,11 @@ const emits = defineEmits(["backup", "close"])
|
|||||||
</div>
|
</div>
|
||||||
<div v-else-if="backups.length > 0">
|
<div v-else-if="backups.length > 0">
|
||||||
<i class="bi bi-check-circle-fill me-2"></i>
|
<i class="bi bi-check-circle-fill me-2"></i>
|
||||||
<LocaleText :t="'This configuration have ' + backups.length + ' backups'"></LocaleText>
|
<LocaleText :t="'This configuration has ' + backups.length + ' backups'"></LocaleText>
|
||||||
</div>
|
</div>
|
||||||
<div v-else class="d-flex align-items-center gap-2">
|
<div v-else class="d-flex align-items-center gap-2">
|
||||||
<i class="bi bi-x-circle-fill me-2"></i>
|
<i class="bi bi-x-circle-fill me-2"></i>
|
||||||
<LocaleText t="This configuration have no backup"></LocaleText>
|
<LocaleText t="This configuration has no backup"></LocaleText>
|
||||||
<a role="button"
|
<a role="button"
|
||||||
@click="emits('backup')"
|
@click="emits('backup')"
|
||||||
class="ms-auto btn btn-sm btn-primary rounded-3">
|
class="ms-auto btn btn-sm btn-primary rounded-3">
|
||||||
|
|||||||
Reference in New Issue
Block a user