Update button text in setup.ejs
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-03-29 09:22:53 +01:00
parent 8c9c64935e
commit 8a12843880

View File

@@ -201,7 +201,7 @@ input:checked + .slider:before {
</tbody>
</table>
<div class="text-center">
<button type="submit" class="btn btn-primary custom-btn">Mettre à jour</button>
<button type="submit" class="btn btn-primary custom-btn">Enregistrer</button>
</div>
</form>
</div>