mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-09 05:08:34 +08:00
minor fixes (missing commas, spaces, translations)
This commit is contained in:
@@ -17,7 +17,7 @@ class Maintenance extends BeanModel {
|
||||
title: this.title,
|
||||
description: this.description,
|
||||
start_date: this.start_date,
|
||||
end_date: this.end_date
|
||||
end_date: this.end_date,
|
||||
};
|
||||
}
|
||||
|
||||
@@ -30,7 +30,7 @@ class Maintenance extends BeanModel {
|
||||
title: this.title,
|
||||
description: this.description,
|
||||
start_date: this.start_date,
|
||||
end_date: this.end_date
|
||||
end_date: this.end_date,
|
||||
};
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user