Skip to content

Commit

Permalink
fix(telecom.alias): fix the button label on export scheduler
Browse files Browse the repository at this point in the history
ref: INC0085967

Signed-off-by: Guillaume Hyenne <[email protected]>
  • Loading branch information
ghyenne committed Oct 31, 2024
1 parent 84dd47d commit 8503956
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,14 @@
data-ng-click="category.active = !category.active;"
>
<voip-time-condition-slot
data-ng-if="SchedulerExportCtrl.timeCondition"
data-time-condition-slot="SchedulerExportCtrl.convertCategoryToSlot(category.value)"
>
</voip-time-condition-slot>
<span
data-ng-if="!SchedulerExportCtrl.timeCondition"
data-translate="{{ 'telephony_scheduler_categories_' + category.value | tucSnakeCase }}"
></span>
</button>
</div>
</div>
Expand Down

0 comments on commit 8503956

Please sign in to comment.