Skip to content

Commit 5abda21

Browse files
Mohammed Rizwan KhanTheGreatRefrigerator
Mohammed Rizwan Khan
authored andcommitted
style: add Heal title
1 parent 3647af4 commit 5abda21

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dev.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
PT: Este aplicativo requer JavaScript habilitado para funcionar<br/>
1010
FR: Cette application nécessite JavaScript activé pour fonctionner<br/>
1111
</noscript>
12-
<title>OpenRouteService route planner - directions, isochrones and places</title>
12+
<title>HEAL-Heat avoidance routing application based on OpenRouteService</title>
1313
<meta name="viewport" content="width=device-width,initial-scale=1.0">
1414
<meta name="description" content="Openrouteservice is a open source route planner with plenty of features for car, heavy vehicles, hiking, cycling and wheelchair"/>
1515
<meta property="og:description" content="Openrouteservice is a open source route planner with plenty of features for car, heavy vehicles, hiking, cycling and wheelchair">

src/pages/maps/i18n/maps.i18n.de-de.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
export default {
33
maps: {
4-
pageTitle: 'ORS-Karten',
4+
pageTitle: 'HEAL-Routenplanung zur Vermeidung von Hitze',
55
Places: 'Orte',
66
isochrones: 'Isochronen',
77
placeNameRequired: 'Ortsangabe benötigt',

src/pages/maps/i18n/maps.i18n.en-us.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
export default {
33
maps: {
4-
pageTitle: 'ORS Maps',
4+
pageTitle: 'HEAL-Heat avoidance routing',
55
Places: 'Places',
66
isochrones: 'Isochrones',
77
placeNameRequired: 'Place name required',

0 commit comments

Comments
 (0)