We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62985ba commit 56f076eCopy full SHA for 56f076e
webapp/templates/team/submit_modal.html.twig
@@ -39,7 +39,7 @@
39
<div class="modal-footer">
40
<button type="button" class="btn btn-secondary" data-bs-dismiss="modal">Cancel</button>
41
<button type="submit" class="btn btn-success">
42
- <i class="fas fa-cloud-upload-alt"></i> Submit Upload
+ <i class="fas fa-cloud-upload-alt"></i> Submit
43
</button>
44
</div>
45
{{ form_end(formupload) }}
@@ -65,7 +65,7 @@
65
66
67
<button type="submit" class="btn btn-primary">
68
- <i class="fas fa-paste"></i> Submit Paste
+ <i class="fas fa-paste"></i> Submit
69
70
71
{{ form_end(formpaste) }}
0 commit comments