Skip to content

Commit bd5a6cc

Browse files
committed
Fix notorious capitalization error in source upload form
1 parent af2e1c3 commit bd5a6cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/upload/upload-source-template.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<button
4141
type=button
4242
class="delete"
43-
aria-label="{{#i18n 'button.close'}}close{{/i18n}}"
43+
aria-label="{{#i18n 'button.close'}}Close{{/i18n}}"
4444
>
4545
<i class="fas fa-times"></i>
4646
</button>

0 commit comments

Comments
 (0)