fix: correct milliseconds typo in translations
Fix typo from autofix.ci: miliseconds -> milliseconds
This commit is contained in:
parent
1fadc95a96
commit
2d6ec375ea
@ -1055,8 +1055,8 @@
|
||||
"remoteBrowserToggle": "By default Chromium runs inside the Uptime Kuma container. You can use a remote browser by toggling this switch.",
|
||||
"useRemoteBrowser": "Use a Remote Browser",
|
||||
"deleteRemoteBrowserMessage": "Are you sure want to delete this Remote Browser for all monitors?",
|
||||
"Screenshot Delay": "Screenshot Delay ({miliseconds})",
|
||||
"miliseconds": "{n} milisecond | {n} miliseconds",
|
||||
"Screenshot Delay": "Screenshot Delay ({milliseconds})",
|
||||
"milliseconds": "{n} millisecond | {n} milliseconds",
|
||||
"screenshotDelayDescription": "Optionally wait this many milliseconds before taking the screenshot. Maximum: {maxValueMs}ms (0.5 × interval).",
|
||||
"screenshotDelayWarning": "Higher values keep the browser open longer, which may increase memory usage with many concurrent monitors.",
|
||||
"GrafanaOncallUrl": "Grafana Oncall URL",
|
||||
|
||||
@ -268,7 +268,7 @@
|
||||
<label for="screenshot-delay" class="form-label">
|
||||
{{
|
||||
$t("Screenshot Delay", {
|
||||
miliseconds: $t("miliseconds", monitor.screenshot_delay),
|
||||
milliseconds: $t("milliseconds", monitor.screenshot_delay),
|
||||
})
|
||||
}}
|
||||
</label>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user