fix : langue + remove True/False EditQuestion
continuous-integration/drone/push Build is passing Details

Multiplayer_Php
Yvan CALATAYUD 1 year ago
parent b43bc329e0
commit 6124e3c728

@ -38,8 +38,7 @@
<InputText id="@($"answer{answer.Id}")" @bind-Value="answer.Content" /> <InputText id="@($"answer{answer.Id}")" @bind-Value="answer.Content" />
</label> </label>
<label for="@($"checkbox{checkbox.Id}")"> <label for="@($"checkbox{checkbox.Id}")">
@checkbox.IsCorrect <InputCheckbox id="@($"checkbox{checkbox.Id}")" @bind-Value="checkbox.IsCorrect" /> @Localizer["Correct"]
<InputCheckbox id="@($"checkbox{checkbox.Id}")" @bind-Value="checkbox.IsCorrect" /> Correcte
</label> </label>
</p> </p>
} }

@ -126,6 +126,9 @@
<data name="Content" xml:space="preserve"> <data name="Content" xml:space="preserve">
<value>Contenu</value> <value>Contenu</value>
</data> </data>
<data name="Correct" xml:space="preserve">
<value>Correcte</value>
</data>
<data name="Submit" xml:space="preserve"> <data name="Submit" xml:space="preserve">
<value>Valider</value> <value>Valider</value>
</data> </data>

@ -126,6 +126,9 @@
<data name="Content" xml:space="preserve"> <data name="Content" xml:space="preserve">
<value>Content</value> <value>Content</value>
</data> </data>
<data name="Correct" xml:space="preserve">
<value>Correct</value>
</data>
<data name="Submit" xml:space="preserve"> <data name="Submit" xml:space="preserve">
<value>Submit</value> <value>Submit</value>
</data> </data>

Loading…
Cancel
Save