mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-22 03:30:11 +08:00
Recommended updates.
This commit is contained in:
@@ -301,6 +301,7 @@ export default {
|
||||
BodyInvalidFormat: "The request body is not valid JSON: ",
|
||||
"Monitor History": "Monitor History:",
|
||||
clearDataOlderThan: "Keep monitor history data for {0} days.",
|
||||
PasswordsDoNotMatch: "Passwords do not match.",
|
||||
records: "records",
|
||||
"One record": "One record",
|
||||
"Showing {from} to {to} of {count} records": "Showing {from} to {to} of {count} records",
|
||||
|
@@ -75,7 +75,7 @@ export default {
|
||||
this.processing = true;
|
||||
|
||||
if (this.password !== this.repeatPassword) {
|
||||
toast.error("Passwords do not match.");
|
||||
toast.error(this.$t("PasswordsDoNotMatch"));
|
||||
this.processing = false;
|
||||
return;
|
||||
}
|
||||
|
Reference in New Issue
Block a user