Skip to content

Commit feb9eb1

Browse files
authored
fix of html markup of team private template (#53)
1 parent 4be64e3 commit feb9eb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/teams/private.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ <h2 class="modal-action text-center w-100">{% trans %}Disband Team{% endtrans %}
203203

204204
</div>
205205
<div class="modal-footer">
206-
<button type="button" class="btn btn-danger" data-bs-dismiss="modal"{% trans %}>No{% endtrans %}</button>
206+
<button type="button" class="btn btn-danger" data-bs-dismiss="modal">{% trans %}No{% endtrans %}</button>
207207
<button type="button" class="btn btn-primary" @click="disbandTeam()" :disabled="errors.length > 0">{% trans %}Yes{% endtrans %}</button>
208208
</div>
209209
</div>

0 commit comments

Comments
 (0)