Skip to content

Commit

Permalink
Fix localized string
Browse files Browse the repository at this point in the history
  • Loading branch information
6c65726f79 committed Mar 9, 2021
1 parent 3671cd9 commit e8e5edf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
</ion-list>

<ion-list id="trackers-list">
<ion-list-header>Trackers</ion-list-header>
<ion-list-header>{{ Locale.tracker.other }}</ion-list-header>

<ion-item id="tracker-dropdown" lines="none" @click="openTrackerList()">
<ion-label>{{ privateState.selectedTracker ? Utils.trackerDomain(privateState.selectedTracker).protocol+"://"+Utils.trackerDomain(privateState.selectedTracker).domain : Locale.filters.all }}</ion-label>
Expand Down

0 comments on commit e8e5edf

Please sign in to comment.