We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4be64e3 commit feb9eb1Copy full SHA for feb9eb1
templates/teams/private.html
@@ -203,7 +203,7 @@ <h2 class="modal-action text-center w-100">{% trans %}Disband Team{% endtrans %}
203
204
</div>
205
<div class="modal-footer">
206
- <button type="button" class="btn btn-danger" data-bs-dismiss="modal"{% trans %}>No{% endtrans %}</button>
+ <button type="button" class="btn btn-danger" data-bs-dismiss="modal">{% trans %}No{% endtrans %}</button>
207
<button type="button" class="btn btn-primary" @click="disbandTeam()" :disabled="errors.length > 0">{% trans %}Yes{% endtrans %}</button>
208
209
0 commit comments