Skip to content
Snippets Groups Projects
Commit 5afe9e6e authored by Alexander Kaschta's avatar Alexander Kaschta :owl: Committed by Janis Streib
Browse files

UPD: Finish maintenance notifications

parent ff73d396
No related branches found
No related tags found
No related merge requests found
......@@ -177,8 +177,8 @@ export default {
title: { de: item.subject, en: item.subject },
content:
{
de: 'Von ' + dateutil.format_date(new Date(Date.parse(item.ts_begin))) + ' bis ' + item.ts_end + ' wird es für ' + item.duration + 'h Wartungsarbeiten geben.',
en: 'Test'
de: 'Von ' + dateutil.format_date(new Date(Date.parse(item.ts_begin))) + ' bis ' + dateutil.format_date(new Date(Date.parse(item.ts_end))) + ' wird es für ' + item.duration + 'h Wartungsarbeiten geben.',
en: 'From ' + dateutil.format_date(new Date(Date.parse(item.ts_begin))) + ' till ' + dateutil.format_date(new Date(Date.parse(item.ts_end))) + ' there will be maintenance for ' + item.duration + 'h.'
}
})
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment