Skip to content

Commit

Permalink
Merge pull request #4849 from HSLdevcom/DT-5928
Browse files Browse the repository at this point in the history
chore: dt-5928 extra info link text change
  • Loading branch information
vesameskanen authored Aug 17, 2023
2 parents 7e1ffaf + 88d3297 commit b5b1d80
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/component/AboutPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ const AboutPage = ({ currentLanguage }, { config }) => {
{section.link && (
<a href={section.link}>
<FormattedMessage
id="extra-info"
defaultMessage="More information"
id="journey-planner-manual"
defaultMessage="Journey planner manual"
/>
</a>
)}
Expand Down
1 change: 1 addition & 0 deletions app/configurations/config.tampere.js
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ export default configMerger(walttiConfig, {
paragraphs: [
'This service is provided by Tampereen seudun Joukkoliikenne (Nysse) for route planning in Tampere region (Kangasala, Lempäälä, Nokia, Orivesi, Pirkkala, Tampere, Vesilahti ja Ylöjärvi). Service is built on Digitransit platform.',
],
link: 'https://www.nysse.fi/en/journey-planner-manual.html',
},
],
},
Expand Down
3 changes: 3 additions & 0 deletions app/translations.js
Original file line number Diff line number Diff line change
Expand Up @@ -1167,6 +1167,7 @@ const translations = {
'itinerary-tickets.title': 'Required tickets',
'itinerary-time.title': 'Duration',
'itinerary-walk.title': 'Total walking distance',
'journey-planner-manual': 'Journey planner manual',
'journeyplanner.title': 'HSL Journey Planner',
'language-selection': 'Language: {language}',
later: 'Later departures',
Expand Down Expand Up @@ -2300,6 +2301,7 @@ const translations = {
'itinerary-tickets.title': 'Reitillä tarvittavat liput',
'itinerary-time.title': 'Matka-aika',
'itinerary-walk.title': 'Kävelyä',
'journey-planner-manual': 'Reittioppaan käyttöohje',
'journeyplanner.title': 'HSL Reittiopas',
'language-selection': 'Kieli: {language}',
later: 'Myöhempiä lähtöjä',
Expand Down Expand Up @@ -4212,6 +4214,7 @@ const translations = {
'itinerary-tickets.title': 'Biljetter som behövs',
'itinerary-time.title': 'Restid',
'itinerary-walk.title': 'Gång totalt',
'journey-planner-manual': 'Reittioppaan käyttöohje',
'journeyplanner.title': 'HRT Reseplaneraren',
'language-selection': 'Språk: {language}',
later: 'Senare avgångar',
Expand Down

0 comments on commit b5b1d80

Please sign in to comment.