Skip to content

Commit 4732a66

Browse files
anaisbergSimonClo
authored andcommitted
💄 text and icons
1 parent 1b21897 commit 4732a66

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/frontend/apps/impress/src/features/docs/doc-editor/components/custom-blocks/DatabaseBlock.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@ export const getDatabaseReactSlashMenuItems = (
5959
type: 'database',
6060
});
6161
},
62-
aliases: ['database', 'encadré', 'hervorhebung', 'benadrukken'],
62+
aliases: ['database', 'db', 'base de données'],
6363
group,
64-
icon: <Icon iconName="lightbulb" $size="18px" />,
65-
subtext: t('Add a database block'),
64+
icon: <Icon iconName="storage" $size="18px" />,
65+
subtext: t('Create database view synced with Grist'),
6666
},
6767
];

src/frontend/apps/impress/src/i18n/translations.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,6 @@
421421
"Accessible to authenticated users": "Accessible aux utilisateurs authentifiés",
422422
"Add": "Ajouter",
423423
"Add a callout block": "Ajouter un bloc d'alerte",
424-
"Add a database block": "Ajouter un bloc base de données",
425424
"Add a horizontal line": "Ajouter une ligne horizontale",
426425
"Administrator": "Administrateur",
427426
"All docs": "Tous les documents",
@@ -453,6 +452,7 @@
453452
"Copy as {{format}}": "Copier en {{format}}",
454453
"Copy link": "Copier le lien",
455454
"Correct": "Corriger",
455+
"Create database view synced with Grist": "Créer une base de données synchronisée avec Grist",
456456
"Database": "Base de données",
457457
"Delete": "Supprimer",
458458
"Delete a doc": "Supprimer un doc",

0 commit comments

Comments
 (0)