Missing webhook json description
Ajust Telegram context-based sentence, (also changed translated language files)
Missing primary base url label
Wrong PromoSMS i18n
Missing Octopush legacy hint
Missing Matrix i18n
Missing push url i18n
This commit is contained in:
zsxeee 2021-10-12 16:29:18 +08:00
parent a2cc7d1db9
commit 3fe91c52cb
No known key found for this signature in database
GPG key ID: 895CFFFD8313B3B8
12 changed files with 35 additions and 25 deletions

View file

@ -49,8 +49,8 @@
<label for="push-url" class="form-label">{{ $t("Push URL") }}</label>
<CopyableInput id="push-url" v-model="pushURL" type="url" disabled="disabled" />
<div class="form-text">
You should call this url every {{ monitor.interval }} seconds.<br />
Optional parameters: msg, ping
{{ $t("needPushEvery", [monitor.interval]) }}<br />
{{ $t("pushOptionalParams") }}
</div>
</div>