Corrected submit button text

This commit is contained in:
Connor Yoh 2025-06-10 14:04:06 +01:00
parent 636025cb85
commit 71b126104e

View File

@ -111,7 +111,7 @@
</button>
<button type="submit" class="data-btn data-btn-primary">
<span class="material-symbols-rounded">check</span>
<span th:text="#{adminUserSettings.submit}">Create</span>
<span th:text="#{adminUserSettings.createTeam}">Create</span>
</button>
</div>
</div>