Skip to content

Commit

Permalink
Merge pull request #1777 from HSLdevcom/matka-fi-school-start-notific…
Browse files Browse the repository at this point in the history
…ation

Matka.fi school start notification
  • Loading branch information
siren authored Aug 11, 2017
2 parents 1aa1b61 + ed08bd6 commit 2ae8829
Showing 1 changed file with 40 additions and 1 deletion.
41 changes: 40 additions & 1 deletion app/configurations/config.matka.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,5 +92,44 @@ export default {
],
},

staticMessages: [],
staticMessages: [
{
id: 'kouluvuosi-2017',
content: {
fi: [
{
type: 'heading',
content: 'Huom.',
},
{
type: 'text',
content:
'Kouluvuoden alkaessa tarkista aikataulut liikenteenharjoittajalta tai Matkahuollosta.',
},
],
sv: [
{
type: 'heading',
content: 'Obs.',
},
{
type: 'text',
content:
'Vid skolstart var vänlig kontrollera tidtabellerna hos trafikföretagen eller Matkahuolto.',
},
],
en: [
{
type: 'heading',
content: 'Note',
},
{
type: 'text',
content:
'Changes in timetables due to school start. Please check the schedules from the traffic operator or Matkahuolto.',
},
],
},
},
],
};

0 comments on commit 2ae8829

Please sign in to comment.