Move param out of the translation file

This commit is contained in:
zsxeee 2021-10-13 15:36:07 +08:00
parent 26841a64f0
commit 33f773fcd0
No known key found for this signature in database
GPG key ID: 895CFFFD8313B3B8
3 changed files with 3 additions and 3 deletions

View file

@ -50,7 +50,7 @@
<CopyableInput id="push-url" v-model="pushURL" type="url" disabled="disabled" />
<div class="form-text">
{{ $t("needPushEvery", [monitor.interval]) }}<br />
{{ $t("pushOptionalParams") }}
{{ $t("pushOptionalParams", ["msg, ping"]) }}
</div>
</div>