Merge pull request #389 from Ponkhy/default-notification

Wording correction for notification modal
This commit is contained in:
Louis Lam
2021-09-12 23:49:09 +08:00
committed by GitHub
3 changed files with 3 additions and 3 deletions

View File

@@ -410,7 +410,7 @@
<div class="form-check form-switch">
<input v-model="notification.applyExisting" class="form-check-input" type="checkbox">
<label class="form-check-label">{{ $t("Also apply to existing monitors") }}</label>
<label class="form-check-label">{{ $t("Apply on all existing monitors") }}</label>
</div>
</div>
</div>