Skip to content

Commit a61e071

Browse files
feat: Ajout d'un aria label
Co-authored-by: Copilot <[email protected]>
1 parent c2b9484 commit a61e071

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

settings.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1073,7 +1073,7 @@ <h3 class="title">Image de fond personnalisée</h3>
10731073
</g>
10741074
</svg>
10751075
</label>
1076-
<input id="bgFileInput" type="file" accept="image/*">
1076+
<input id="bgFileInput" type="file" accept="image/*" aria-label="Sélectionner une image de fond">
10771077
</div>
10781078

10791079
<div id="bgPreviewContainer" class="preview-container" style="display:none;">

0 commit comments

Comments
 (0)