Merge pull request #490 from nextcloud/three-dots
Fix triple dot ellipsis
This commit is contained in:
commit
0794cb7889
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
},
|
},
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue