mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-11-06 07:26:12 +08:00
Merge pull request #667 from zsxeee/i18n
Missing i18n and zh-CN translation
This commit is contained in:
@@ -108,7 +108,7 @@
|
||||
|
||||
<!-- Primary Base URL -->
|
||||
<div class="mb-4">
|
||||
<label class="form-label" for="primaryBaseURL">Primary Base URL</label>
|
||||
<label class="form-label" for="primaryBaseURL">{{ $t("Primary Base URL") }}</label>
|
||||
|
||||
<div class="input-group mb-3">
|
||||
<input id="primaryBaseURL" v-model="settings.primaryBaseURL" class="form-control" name="primaryBaseURL" placeholder="https://" pattern="https?://.+">
|
||||
|
||||
Reference in New Issue
Block a user