mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-20 20:08:33 -04:00
changed which translation we are using
This commit is contained in:
parent
800847d0df
commit
ee99ee9460
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
<template>
|
||||
<div class="mb-3">
|
||||
<label for="line-channel-access-token" class="form-label">{{ $t("ChannelAccessTokenLongLived") }}</label>
|
||||
<label for="line-channel-access-token" class="form-label">{{ $t("Channel access token (Long-lived)") }}</label>
|
||||
<HiddenInput id="line-channel-access-token" v-model="$parent.notification.lineChannelAccessToken" :required="true" autocomplete="new-password"></HiddenInput>
|
||||
</div>
|
||||
<i18n-t tag="div" keypath="lineDevConsoleTo" class="form-text">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue