Skip to content

Commit

Permalink
Fix translation text (can't be dynamic)
Browse files Browse the repository at this point in the history
  • Loading branch information
iamvdo committed Dec 9, 2021
1 parent 6c52ba3 commit 7f5db40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/portals/YetiView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ export default {
},
zoom: {
simple: this.$gettext('Area too large'),
full: this.$gettext('Current map view is too large. Please zoom to level ' + this.validMinimumMapZoom),
full: this.$gettext('Current map view is too large. Please zoom to level') + ' ' + this.validMinimumMapZoom,
},
ok: this.$gettext('Seems fine! :)'),
yeti: this.$gettext('Service is inactive right now'),
Expand Down

0 comments on commit 7f5db40

Please sign in to comment.