mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-07-24 00:17:23 +00:00
feat(convertSubTasks): add translation and right icon
This commit is contained in:
parent
6b11b00f8b
commit
89ecd98efe
1 changed files with 2 additions and 2 deletions
|
|
@ -355,8 +355,8 @@
|
|||
(click)="convertToMainTask()"
|
||||
mat-menu-item
|
||||
>
|
||||
<mat-icon>outbound</mat-icon>
|
||||
{{(T.F.TASK.CMP.ADD_TO_PROJECT)|translate}}
|
||||
<mat-icon>subdirectory_arrow_left</mat-icon>
|
||||
{{(T.F.TASK.CMP.CONVERT_TO_PARENT_TASK)|translate}}
|
||||
</button>
|
||||
|
||||
<button (click)="deleteTask()"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue