mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-12-19 12:44:27 -05:00
fix spaces
This commit is contained in:
parent
c7871427c3
commit
7313aa6563
@ -78,10 +78,10 @@ export default {
|
|||||||
|
|
||||||
title() {
|
title() {
|
||||||
if (this.type === "720") {
|
if (this.type === "720") {
|
||||||
return `30 ${this.$t("-day")}`;
|
return `30${this.$t("-day")}`;
|
||||||
}
|
}
|
||||||
|
|
||||||
return `24 ${this.$t("-hour")}`;
|
return `24${this.$t("-hour")}`;
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user