diff --git a/frontend/appflowy_flutter/lib/plugins/database/widgets/cell_editor/select_option_editor.dart b/frontend/appflowy_flutter/lib/plugins/database/widgets/cell_editor/select_option_editor.dart index a71e783dac..1b8b757939 100644 --- a/frontend/appflowy_flutter/lib/plugins/database/widgets/cell_editor/select_option_editor.dart +++ b/frontend/appflowy_flutter/lib/plugins/database/widgets/cell_editor/select_option_editor.dart @@ -205,19 +205,6 @@ class _Title extends StatelessWidget { color: Theme.of(context).hintColor, ), ), - Padding( - padding: const EdgeInsets.symmetric( - horizontal: 4.0, - ), - child: FlowyIconButton( - onPressed: onPressedAddButton, - width: 18, - icon: const FlowySvg( - FlowySvgs.add_s, - ), - iconColorOnHover: Theme.of(context).colorScheme.onSecondary, - ), - ), ], ), ), diff --git a/frontend/resources/translations/en.json b/frontend/resources/translations/en.json index bc840b3f58..2c0a4c977a 100644 --- a/frontend/resources/translations/en.json +++ b/frontend/resources/translations/en.json @@ -733,9 +733,9 @@ "blueColor": "Blue", "deleteTag": "Delete tag", "colorPanelTitle": "Color", - "panelTitle": "Select an option or create one", + "panelTitle": "Select an option", "searchOption": "Search for an option", - "searchOrCreateOption": "Search or create an option...", + "searchOrCreateOption": "Search...", "createNew": "Create a new", "orSelectOne": "Or select an option", "typeANewOption": "Type a new option", @@ -1437,4 +1437,4 @@ "noNetworkConnected": "No network connected" } } -} \ No newline at end of file +}