chore: adjust select option editor (#4980)

* chore: adjust wording of hint

* chore: remove unnecessary add button

* chore: pdate select_option_editor.dart

* chore: udate en.json
This commit is contained in:
Richard Shiue 2024-03-25 12:58:10 +09:00 committed by GitHub
parent 755083509f
commit 477e43b5e6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 16 deletions

View File

@ -205,19 +205,6 @@ class _Title extends StatelessWidget {
color: Theme.of(context).hintColor, 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,
),
),
], ],
), ),
), ),

View File

@ -733,9 +733,9 @@
"blueColor": "Blue", "blueColor": "Blue",
"deleteTag": "Delete tag", "deleteTag": "Delete tag",
"colorPanelTitle": "Color", "colorPanelTitle": "Color",
"panelTitle": "Select an option or create one", "panelTitle": "Select an option",
"searchOption": "Search for an option", "searchOption": "Search for an option",
"searchOrCreateOption": "Search or create an option...", "searchOrCreateOption": "Search...",
"createNew": "Create a new", "createNew": "Create a new",
"orSelectOne": "Or select an option", "orSelectOne": "Or select an option",
"typeANewOption": "Type a new option", "typeANewOption": "Type a new option",
@ -1437,4 +1437,4 @@
"noNetworkConnected": "No network connected" "noNetworkConnected": "No network connected"
} }
} }
} }