Skip to content

Commit

Permalink
hotfix missing spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruno Besson committed Mar 1, 2021
1 parent 31ab208 commit 61dba8f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/map/BiodivInformation.vue
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,9 @@ export default {
}
return (
this.$dateUtils.month(parseInt(start, 10)) +
' ' +
this.$gettext('to', 'biodiv period') +
' ' +
this.$dateUtils.month(parseInt(end, 10))
);
}
Expand Down

0 comments on commit 61dba8f

Please sign in to comment.