Skip to content

Commit

Permalink
enterprises: courses activated (fixes #7429) (#7430)
Browse files Browse the repository at this point in the history
Co-authored-by: dogi <[email protected]>
  • Loading branch information
Mutugiii and dogi authored Mar 26, 2024
1 parent 976534c commit a0b9cb1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "planet",
"license": "AGPL-3.0",
"version": "0.14.19",
"version": "0.14.20",
"myplanet": {
"latest": "v0.14.45",
"latest": "v0.14.47",
"min": "v0.13.69"
},
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions src/app/teams/teams-view.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ <h3 *ngIf="mode==='services'" class="margin-lr-3 ellipsis-title">{{configuration
<button mat-raised-button color="accent" class="margin-lr-3" (click)="openResourcesDialog()" i18n>
{ mode, select, team {Add Resources} enterprise {Add Documents} services {Add Documents} }
</button>
<button *ngIf="mode==='team'" mat-raised-button color="accent" class="margin-lr-3" (click)="openCourseDialog()" i18n>
<button mat-raised-button color="accent" class="margin-lr-3" (click)="openCourseDialog()" i18n>
Add Courses
</button>
<ng-container *ngIf="!isUserLeader && mode !== 'services'">
Expand Down Expand Up @@ -148,7 +148,7 @@ <h3 *ngIf="mode==='services'" class="margin-lr-3 ellipsis-title">{{configuration
</div>
</ng-template>
</mat-tab>
<mat-tab label="Courses" *ngIf="mode==='team'">
<mat-tab label="Courses">
<ng-template mat-tab-label>
<ng-container i18n>Courses</ng-container> ({{team?.courses?.length || 0}})
</ng-template>
Expand Down

0 comments on commit a0b9cb1

Please sign in to comment.