- ,
- ]}
- />
+ {t(
+ 'this_tool_helps_you_insert_simple_tables_into_your_project_without_writing_latex_code'
+ )}
{t('how_it_works')}
diff --git a/services/web/frontend/js/features/source-editor/components/table-generator/toolbar/toolbar.tsx b/services/web/frontend/js/features/source-editor/components/table-generator/toolbar/toolbar.tsx
index 637764fd76..ec9bfa4083 100644
--- a/services/web/frontend/js/features/source-editor/components/table-generator/toolbar/toolbar.tsx
+++ b/services/web/frontend/js/features/source-editor/components/table-generator/toolbar/toolbar.tsx
@@ -21,7 +21,6 @@ import { useCodeMirrorViewContext } from '../../codemirror-context'
import { useTableContext } from '../contexts/table-context'
import { useTabularContext } from '../contexts/tabular-context'
import { useTranslation } from 'react-i18next'
-import { FeedbackBadge } from '@/shared/components/feedback-badge'
import classNames from 'classnames'
type CaptionPosition = 'no_caption' | 'above' | 'below'
@@ -458,22 +457,7 @@ export const Toolbar = memo(function Toolbar() {
label={t('help')}
command={showHelp}
/>
-
- }
- />
-
)
})
-
-const FeedbackBadgeContent = () => (
- <>
- We have a new way to insert and edit tables.
-
- Click to give feedback
- >
-)
diff --git a/services/web/frontend/js/features/source-editor/extensions/visual/table-generator.ts b/services/web/frontend/js/features/source-editor/extensions/visual/table-generator.ts
index 10772e3dc6..8605d020f9 100644
--- a/services/web/frontend/js/features/source-editor/extensions/visual/table-generator.ts
+++ b/services/web/frontend/js/features/source-editor/extensions/visual/table-generator.ts
@@ -290,10 +290,6 @@ export const tableGeneratorTheme = EditorView.baseTheme({
},
},
- '.toolbar-beta-badge': {
- padding: '0 4px 2px 12px',
- },
-
'.table-generator-button-group': {
display: 'inline-flex',
'align-items': 'center',
diff --git a/services/web/locales/en.json b/services/web/locales/en.json
index d45fa322ad..1c7300755d 100644
--- a/services/web/locales/en.json
+++ b/services/web/locales/en.json
@@ -2365,7 +2365,7 @@
"this_project_is_public_read_only": "This project is public and can be viewed but not edited by anyone with the URL",
"this_project_will_appear_in_your_dropbox_folder_at": "This project will appear in your Dropbox folder at ",
"this_tool_helps_you_insert_figures": "This tool helps you insert figures into your project without needing to write the LaTeX code. The following information explains more about the options in the tool and how to further customize your figures.",
- "this_tool_helps_you_insert_simple_tables_into_your_project_without_writing_latex_code_give_feedback": "This tool helps you insert simple tables into your project without writing LaTeX code. This tool is new, so please <0>give us feedback0> and look out for additional functionality coming soon.",
+ "this_tool_helps_you_insert_simple_tables_into_your_project_without_writing_latex_code": "This tool helps you insert simple tables into your project without writing LaTeX code.",
"this_total_reflects_the_amount_due_until": "This total reflects the amount due from today until __date__, the end of the billing period of your existing plan.",
"this_was_helpful": "This was helpful",
"this_wasnt_helpful": "This wasn’t helpful",