Skip to content

Commit

Permalink
[#57648] "Add assignee" button in Team Pleanner -> "+ Assignee"
Browse files Browse the repository at this point in the history
  • Loading branch information
EinLama committed Sep 20, 2024
1 parent 002ad82 commit b6df101
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,12 @@
class="op-team-planner--empty-state-button button -primary"
data-test-selector="op-team-planner--empty-state-button"
(click)="showAssigneeAddRow()"
[textContent]="text.add_assignee"
>
<op-icon icon-classes="icon-add button--icon"></op-icon>
<span
class="button--text"
[textContent]="text.add_assignee">
</span>
</button>
</div>
</ng-container>
Expand All @@ -153,8 +157,11 @@
data-test-selector="tp-assignee-add-button"
data-tour-selector="tp-assignee-add-button"
>
<span class="spot-icon spot-icon_user-plus"></span>
<span [textContent]="text.add_assignee"></span>
<op-icon icon-classes="icon-add button--icon"></op-icon>
<span
class="button--text"
[textContent]="text.add_assignee">
</span>
</button>
</div>
<ng-container *ngIf="(dropzone$ | async) as dropzone">
Expand Down
2 changes: 1 addition & 1 deletion modules/team_planner/config/locales/js-en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ en:
create_title: 'Create new team planner'
unsaved_title: 'Unnamed team planner'
no_data: 'Add assignees to set up your team planner.'
add_assignee: 'Add assignee'
add_assignee: 'Assignee'
remove_assignee: 'Remove assignee'
two_weeks: '2-week'
one_week: '1-week'
Expand Down

0 comments on commit b6df101

Please sign in to comment.