mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-21 23:07:04 +08:00
Add translation of toast success message
This commit is contained in:
@@ -637,7 +637,7 @@ export default {
|
||||
this.$root.getSocket().emit("shrinkDatabase", (res) => {
|
||||
if (res.ok) {
|
||||
this.loadDatabaseSize();
|
||||
toast.success("Done");
|
||||
toast.success(this.$t("Done"));
|
||||
} else {
|
||||
debug(res);
|
||||
}
|
||||
|
Reference in New Issue
Block a user