Skip to content

Commit

Permalink
improve copy
Browse files Browse the repository at this point in the history
  • Loading branch information
Henry Fontanier committed Nov 22, 2023
1 parent 36f9404 commit 5da09b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion front/components/database/DatabasePicker.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export default function DatabasePicker({
) : databases && databases.length > 0 ? (
"Select Database"
) : (
"There are no databases in this data source."
"No Databases"
)}
</Menu.Button>
</div>
Expand Down

0 comments on commit 5da09b3

Please sign in to comment.