diff --git a/js/app.js b/js/app.js index 919e35a..30954be 100644 --- a/js/app.js +++ b/js/app.js @@ -746,7 +746,7 @@ const TimeTrack = { }, showOpenTasksForTracker(tasks) { let count = this.getOpenTasksForTracker(tasks); - return count > 0 ? '('+count+' offen)' : ''; + return count > 0 ? ' ('+count+')' : ''; } }, beforeDestroy() {