diff --git a/memento-note/components/structured-views/structured-views-wizard.tsx b/memento-note/components/structured-views/structured-views-wizard.tsx
index 4714db5..d1ed388 100644
--- a/memento-note/components/structured-views/structured-views-wizard.tsx
+++ b/memento-note/components/structured-views/structured-views-wizard.tsx
@@ -140,7 +140,7 @@ export function StructuredViewsWizard({
diff --git a/memento-note/locales/en.json b/memento-note/locales/en.json
index 710d917..14af15e 100644
--- a/memento-note/locales/en.json
+++ b/memento-note/locales/en.json
@@ -2647,6 +2647,8 @@
"deleteProperty": "Delete field",
"deletePropertyTitle": "Delete this field?",
"deletePropertyConfirm": "The field \"{name}\" and all its values on notes in this notebook will be removed. This cannot be undone.",
+ "calculations": "Calculations",
+ "calcClickToChange": "Click to change calculation type (Sum, Average, Min, Max, Count, None)",
"deletePropertySuccess": "Field deleted",
"cellEmpty": "—",
"multiselectPick": "Choose…",
diff --git a/memento-note/locales/fr.json b/memento-note/locales/fr.json
index fe2d463..f7a1295 100644
--- a/memento-note/locales/fr.json
+++ b/memento-note/locales/fr.json
@@ -2651,6 +2651,8 @@
"deleteProperty": "Supprimer le champ",
"deletePropertyTitle": "Supprimer ce champ ?",
"deletePropertyConfirm": "Le champ « {name} » et toutes ses valeurs sur les notes de ce carnet seront supprimés. Cette action est irréversible.",
+ "calculations": "Calculs",
+ "calcClickToChange": "Cliquer pour changer le type de calcul (Somme, Moyenne, Min, Max, Compte, Aucun)",
"deletePropertySuccess": "Champ supprimé",
"cellEmpty": "—",
"multiselectPick": "Choisir…",