diff --git a/index.html b/index.html
index 9f79017..83d3848 100644
--- a/index.html
+++ b/index.html
@@ -6,7 +6,7 @@
var sourceUrl = "https://raw.githubusercontent.com/organicmaps/organicmaps/7551fa46c89f85d551015fccb7e0e13dfebd13de/data/sound-strings/"+$("#localeSelect").val()+".json/localize.json";
var fancyUrl = "https://github.com/organicmaps/organicmaps/blob/7551fa46c89f85d551015fccb7e0e13dfebd13de/data/sound-strings/"+$("#localeSelect").val()+".json/localize.json"
- $("#sourceUrl").attr("href", fancyUrl);
+ $("#sourceUrl").attr("href", fancyUrl).text($("#localeSelect").val()+".json");
$.getJSON(sourceUrl, function(data){
@@ -193,7 +193,9 @@
TTS Voice:
- View Source File
+ json
+ sound.txt
+ Please propose any fixes by editing sound.txt
or by adding a comment to the pull request