mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-03-10 06:56:09 +08:00
fix(task-labels): Remove an extra ellipsis I missed.
This commit is contained in:
parent
7f956af798
commit
395a703fad
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ export default class ChangeFolderTask extends ChangeMailTask {
|
|||
if (this.folder) {
|
||||
return `Moving to ${this.folder.displayName}`;
|
||||
}
|
||||
return "Moving to folder…";
|
||||
return "Moving to folder";
|
||||
}
|
||||
|
||||
categoriesToAdd() {
|
||||
|
|
Loading…
Reference in a new issue