Skip to content

Commit c5929ed

Browse files
committed
fix: make MapTiler key hint a clickable hyperlink
1 parent f5bfd67 commit c5929ed

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

locale/en/messages.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -237,9 +237,6 @@
237237
"mapgenOsmWarning": {
238238
"message": "OSM Standard tile policy does not permit offline bulk export. Select ESRI, Google, or MapTiler (OSM Style) for SD/ZIP export."
239239
},
240-
"mapgenMaptilerKeyHint": {
241-
"message": "Get a free key at maptiler.com"
242-
},
243240
"mapgenProjectSettings": {
244241
"message": "Project Settings"
245242
},

tabs/map_generator.html

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

4545
<div id="mapgen_maptiler_key_row" style="display:none; margin: 4px 0;">
4646
<input id="mapgen_maptiler_key" type="text" placeholder="MapTiler API key" style="width:100%; box-sizing:border-box; padding:4px 6px;" />
47-
<div style="font-size:0.85em; color:#888; margin-top:2px;" data-i18n="mapgenMaptilerKeyHint">Get a free key at <a href="https://maptiler.com" target="_blank">maptiler.com</a></div>
47+
<div style="font-size:0.85em; color:#888; margin-top:2px;">Get a free key at <a href="https://maptiler.com" target="_blank">maptiler.com</a></div>
4848
</div>
4949
<div id="mapgen_google_warning" class="mapgen-warning" style="display:none;">
5050
<span data-i18n="mapgenGoogleWarning">Warning: Google might temporarily ban IPs after bulk downloads for 24 hours.</span>

0 commit comments

Comments
 (0)