1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-01-29 18:52:22 +01:00

translation issue on event reservation

This commit is contained in:
Sylvain 2020-02-10 11:09:22 +01:00
parent c3965b28cf
commit aecbaa7f04

View File

@ -133,8 +133,8 @@
id="offerSlot" id="offerSlot"
type="checkbox" type="checkbox"
class="form-control" class="form-control"
switch-on-text="{{ 'yes' | translate }}" switch-on-text="{{ 'app.shared.buttons.yes' | translate }}"
switch-off-text="{{ 'no' | translate }}" switch-off-text="{{ 'app.shared.buttons.no' | translate }}"
switch-animate="true" switch-animate="true"
switch-readonly="{{trainingIsValid}}" switch-readonly="{{trainingIsValid}}"
ng-change="computeEventAmount()"/> ng-change="computeEventAmount()"/>