diff --git a/static/plugin_dbui/locale/dbui-lang-fr.js b/static/plugin_dbui/locale/dbui-lang-fr.js
index 7415da9632496fb086b4f2c1afa82db745d648e0..297efbd4e785ffce09054930af2b3d6761e676b6 100644
--- a/static/plugin_dbui/locale/dbui-lang-fr.js
+++ b/static/plugin_dbui/locale/dbui-lang-fr.js
@@ -20,9 +20,10 @@ if (App.form.FormPanel) {
     });
 }
 
-if (App.grid.Export) {
-    Ext.apply(App.grid.Export.prototype, {
-        textExport: 'Exporter dans un fichier CSV'
+if (App.grid.ExpertMenu) {
+    Ext.apply(App.grid.ExpertMenu.prototype, {
+        textExport: 'Exporter dans un fichier CSV',
+        textReset: 'Reset'
     });    
 }