Skip to content

Commit

Permalink
chore(translation): add OpenStreetMap hint (#463)
Browse files Browse the repository at this point in the history
* chore(translation): add OpenStreetMap hint

Add OpenStreetMap hint to popup

* Remove font-family from label
  • Loading branch information
mpfeil authored Jan 13, 2023
1 parent 681ac68 commit e9f6c61
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
1 change: 0 additions & 1 deletion app/styles/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -1929,7 +1929,6 @@ nav > a.active {

.small {
font-size: 0.8em;
font-family: BrixSlab-Regular;
}

.small #dont-show-again {
Expand Down
8 changes: 3 additions & 5 deletions app/views/donation.html
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
<div class="donation-wrapper">
<div class="donation-text">
<!-- <h3>{{'INFO_SUPPORT' | translate}}</h3> -->
<div ng-bind-html="'INFO_SUPPORT_TEXT' | translate"></div>
</div>
<!-- <iframe
class="external-help"
ng-src="{{ help.iframeSrc }}"
sandbox="allow-same-origin"></iframe> -->

<div class="donation-footer">
<div class="small">
Expand All @@ -16,5 +11,8 @@
<div>
<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>
</div>
<blockquote style="margin-top: 30px;">
<footer>{{'INFO_OSM_HINT' | translate}}</footer>
</blockquote>
</div>
</div>

0 comments on commit e9f6c61

Please sign in to comment.