diff options
author | Anton Tananaev <anton@traccar.org> | 2023-02-22 18:06:10 -0800 |
---|---|---|
committer | Anton Tananaev <anton@traccar.org> | 2023-02-22 18:06:10 -0800 |
commit | d64115f88d84c85b149063cf8929d1f57c66935f (patch) | |
tree | 9f4b8e4c8138529e440bdeec1779dec585c0fe9d /modern | |
parent | d13a450a25c92ca27119814658afbb2417a74582 (diff) | |
download | trackermap-web-d64115f88d84c85b149063cf8929d1f57c66935f.tar.gz trackermap-web-d64115f88d84c85b149063cf8929d1f57c66935f.tar.bz2 trackermap-web-d64115f88d84c85b149063cf8929d1f57c66935f.zip |
Update no-script tag
Diffstat (limited to 'modern')
-rw-r--r-- | modern/public/index.html | 2 |
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> |