Skip to content

Commit fae1f06

Browse files
authored
Fix grammar mistake in French translation (#195)
1 parent afefeef commit fae1f06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sphinx_copybutton/_static/copybutton.js_t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const messages = {
2020
},
2121
'fr' : {
2222
'copy': 'Copier',
23-
'copy_to_clipboard': 'Copié dans le presse-papier',
23+
'copy_to_clipboard': 'Copier dans le presse-papier',
2424
'copy_success': 'Copié !',
2525
'copy_failure': 'Échec de la copie',
2626
},

0 commit comments

Comments
 (0)