chore: update chinese locales (#247)

* chore: update chinese locales

* chore: update locales
This commit is contained in:
Redon
2023-03-28 16:36:30 +08:00
committed by GitHub
parent a78a8c4a94
commit 28c8bf0e0d
6 changed files with 37 additions and 15 deletions
+1 -1
View File
@@ -127,7 +127,7 @@ export const Promptbar: FC<Props> = ({
{prompts.length > 1 && (
<Search
placeholder="Search prompts..."
placeholder={t('Search prompts...') || ''}
searchTerm={searchTerm}
onSearch={setSearchTerm}
/>