Skip to content

Commit

Permalink
Update packages/web-runtime/src/App.vue
Browse files Browse the repository at this point in the history
Co-authored-by: Benedikt Kulmann <[email protected]>
  • Loading branch information
Jan Ackermann and kulmann committed Mar 25, 2021
1 parent 9de320a commit 8e1a126
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web-runtime/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ export default {
announceRouteChange(route) {
const pageTitle = this.extractPageTitleFromRoute(route, false)
const translated = this.$gettext(' Navigated to %{ pageTitle }')
const translated = this.$gettext('Navigated to %{ pageTitle }')
this.announcement = this.$gettextInterpolate(translated, { pageTitle })
},
Expand Down

0 comments on commit 8e1a126

Please sign in to comment.