Skip to content

Commit 377f25c

Browse files
authored
fix(i18): improve french translation for empty toggle list (#2721)
1 parent 1c720f2 commit 377f25c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/core/src/i18n/locales

packages/core/src/i18n/locales/fr.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ export const fr: Dictionary = {
244244
} as Record<string, string>,
245245
},
246246
toggle_blocks: {
247-
add_block_button: "Toggle vide. Cliquez pour ajouter un bloc.",
247+
add_block_button: "Liste repliable vide. Cliquez pour ajouter un bloc.",
248248
},
249249
// from react package:
250250
side_menu: {

0 commit comments

Comments
 (0)