Skip to content

Commit

Permalink
Merge pull request #2435 from nextcloud/fix/noid/tooltip-translation
Browse files Browse the repository at this point in the history
fix: correctly translate the loading completed tooltip
  • Loading branch information
raimund-schluessler authored Jan 2, 2024
2 parents beebd30 + b903bba commit 82b2c78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/LoadCompletedButton.vue
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export default {
} else {
return {
text: t('tasks', 'Load the completed tasks of list "{calendar}".', { calendar: this.calendars?.[0]?.displayName }),
tooltip: ('tasks', 'Loading the completed tasks might slow down the app.'),
tooltip: t('tasks', 'Loading the completed tasks might slow down the app.'),
}
}
},
Expand Down

0 comments on commit 82b2c78

Please sign in to comment.