Merge pull request #490 from nextcloud/three-dots

Fix triple dot ellipsis
This commit is contained in:
Raimund Schlüßler 2019-07-09 10:22:02 +02:00 committed by GitHub
commit 0794cb7889
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -115,7 +115,7 @@ export default {
}, },
inputString: function() { inputString: function() {
return t('tasks', 'Add a task to "%s"...').replace('%s', this.calendar.displayName) return t('tasks', 'Add a task to "%s"').replace('%s', this.calendar.displayName)
}, },
/** /**