Skip to content
This repository has been archived by the owner on Dec 23, 2019. It is now read-only.

Commit

Permalink
fix(ovhPabx): fix dialplan typo for single time slot
Browse files Browse the repository at this point in the history
  • Loading branch information
Jisay committed Oct 19, 2017
1 parent f823e20 commit 8338f2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ <h2 data-translate="telephony_number_feature_ovh_pabx_step_advanced"></h2>
</span>
<span class="block"
data-ng-if="$ctrl.getTimeConditionList().length === 1"
data-translate="telephony_number_feature_ovh_pabx_step_conditions_time_condition_slot_count"
data-translate="telephony_number_feature_ovh_pabx_step_conditions_time_condition_slot_count_single"
data-translate-values="{ count: $ctrl.getTimeConditionList().length }">
</span>
<span class="block"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
data-translate-values="{ count: $ctrl.getExtensionAttr('timeConditions').length }">
</span>
<span data-ng-if="$ctrl.getExtensionAttr('timeConditions').length === 1"
data-translate="telephony_number_feature_ovh_pabx_step_conditions_time_condition_slot_count"
data-translate="telephony_number_feature_ovh_pabx_step_conditions_time_condition_slot_count_single"
data-translate-values="{ count: $ctrl.getExtensionAttr('timeConditions').length }">
</span>
</li>
Expand Down

0 comments on commit 8338f2a

Please sign in to comment.