mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-07 22:12:24 -04:00
add keys for translation
This commit is contained in:
parent
2702335d91
commit
70bb69fc73
2 changed files with 6 additions and 4 deletions
|
@ -4,8 +4,8 @@
|
|||
<div class="form-text">
|
||||
<p>
|
||||
<select id="lunasea-notification-target" v-model="$parent.notification.lunaseaTarget" class="form-select" required>
|
||||
<option value="device">Device</option>
|
||||
<option value="user">User</option>
|
||||
<option value="device">{{ $t("Device") }}</option>
|
||||
<option value="user">{{ $t("User") }}</option>
|
||||
</select>
|
||||
</p>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue