diff --git a/src/components/Uptime.vue b/src/components/Uptime.vue index 07b31e0ce..22db8b6b9 100644 --- a/src/components/Uptime.vue +++ b/src/components/Uptime.vue @@ -85,12 +85,12 @@ export default { title() { if (this.type === "1y") { - return this.$tc("years", 1, {n:1}); + return this.$tc("years", 1, { n: 1 }); } if (this.type === "720") { - return this.$tc("days", 30, {n:30}); + return this.$tc("days", 30, { n: 30 }); } - return this.$tc("hours", 24, {n:24}); + return this.$tc("hours", 24, { n: 24 }); }, }, }; diff --git a/src/components/settings/Notifications.vue b/src/components/settings/Notifications.vue index b11fd4386..7af81165e 100644 --- a/src/components/settings/Notifications.vue +++ b/src/components/settings/Notifications.vue @@ -79,7 +79,7 @@