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
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>