aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Tananaev <anton@traccar.org>2023-02-22 18:06:10 -0800
committerAnton Tananaev <anton@traccar.org>2023-02-22 18:06:10 -0800
commitd64115f88d84c85b149063cf8929d1f57c66935f (patch)
tree9f4b8e4c8138529e440bdeec1779dec585c0fe9d
parentd13a450a25c92ca27119814658afbb2417a74582 (diff)
downloadtrackermap-web-d64115f88d84c85b149063cf8929d1f57c66935f.tar.gz
trackermap-web-d64115f88d84c85b149063cf8929d1f57c66935f.tar.bz2
trackermap-web-d64115f88d84c85b149063cf8929d1f57c66935f.zip
Update no-script tag
-rw-r--r--modern/public/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/modern/public/index.html b/modern/public/index.html
index 1f54c123..9d06d07d 100644
--- a/modern/public/index.html
+++ b/modern/public/index.html
@@ -12,7 +12,7 @@
<title>Traccar</title>
</head>
<body>
- <noscript>You need to enable JavaScript to run this app.</noscript>
+ <noscript>Enable JavaScript to use <a href="https://www.traccar.org/">Traccar GPS Tracking System</a>.</noscript>
<div id="root" class="root"></div>
</body>
</html>