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" />
</label>
<label for="@($"checkbox{checkbox.Id}")">
@checkbox.IsCorrect
<InputCheckbox id="@($"checkbox{checkbox.Id}")" @bind-Value="checkbox.IsCorrect" /> Correcte
<InputCheckbox id="@($"checkbox{checkbox.Id}")" @bind-Value="checkbox.IsCorrect" /> @Localizer["Correct"]
</label>
</p>
}

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

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

Loading…
Cancel
Save