From 821371abeeecfba9fbc0367f6ef25e16422edb17 Mon Sep 17 00:00:00 2001
From: Jacek Kowalski <Jacek@jacekk.info>
Date: Thu, 13 Apr 2017 00:04:42 +0000
Subject: [PATCH] Add /services/stopInfo/stop method to proxy.php

---
 index.html |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/index.html b/index.html
index 56850eb..ef142e6 100644
--- a/index.html
+++ b/index.html
@@ -89,7 +89,8 @@
 					<table class="table table-condensed">
 						<thead>
 							<tr>
-								<th>Time</th> <th>Stop</th>
+								<th data-translate="header_time">Time</th>
+								<th data-translate="header_stop">Stop</th>
 							</tr>
 						</thead>
 						<tbody id="route-table">

--
Gitblit v1.9.1