Skip to content

Commit e9f6c61

Browse files
authored
chore(translation): add OpenStreetMap hint (#463)
* chore(translation): add OpenStreetMap hint Add OpenStreetMap hint to popup * Remove font-family from label
1 parent 681ac68 commit e9f6c61

2 files changed

Lines changed: 3 additions & 6 deletions

File tree

app/styles/main.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1929,7 +1929,6 @@ nav > a.active {
19291929

19301930
.small {
19311931
font-size: 0.8em;
1932-
font-family: BrixSlab-Regular;
19331932
}
19341933

19351934
.small #dont-show-again {

app/views/donation.html

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,7 @@
11
<div class="donation-wrapper">
22
<div class="donation-text">
3-
<!-- <h3>{{'INFO_SUPPORT' | translate}}</h3> -->
43
<div ng-bind-html="'INFO_SUPPORT_TEXT' | translate"></div>
54
</div>
6-
<!-- <iframe
7-
class="external-help"
8-
ng-src="{{ help.iframeSrc }}"
9-
sandbox="allow-same-origin"></iframe> -->
105

116
<div class="donation-footer">
127
<div class="small">
@@ -16,5 +11,8 @@
1611
<div>
1712
<a href="https://www.betterplace.org/de/projects/89947-opensensemap-org-die-freie-karte-fuer-umweltdaten" target="_blank" class="btn donation-button">{{'INFO_DONATE_NOW'|translate}}</a>
1813
</div>
14+
<blockquote style="margin-top: 30px;">
15+
<footer>{{'INFO_OSM_HINT' | translate}}</footer>
16+
</blockquote>
1917
</div>
2018
</div>

0 commit comments

Comments
 (0)