poprawa eksport na export

This commit is contained in:
Mateusz Gruszczyński
2025-02-23 13:08:37 +01:00
parent 378fd7aade
commit 7c8d3a0c86
2 changed files with 8 additions and 8 deletions

View File

@ -42,7 +42,7 @@
</div>
<div class="mb-3 form-check">
<input type="checkbox" class="form-check-input" id="enable_auto_export" name="enable_auto_export" {% if settings.enable_auto_export %}checked{% endif %}>
<label class="form-check-label" for="enable_auto_export">Włącz automatyczny eksport</label>
<label class="form-check-label" for="enable_auto_export">Włącz automatyczny export</label>
</div>
<button type="submit" class="btn btn-primary">Zapisz ustawienia</button>
</form>