Skip to content

Commit 629d647

Browse files
committed
fix: language
1 parent 1a7ca2d commit 629d647

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/features/projects/components/ConnectionDialog.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ function ConnectionDialog({ open, onClose, onConnect, onGoogleSignIn, loading }:
176176
value={databaseId}
177177
onChange={(e) => setDatabaseId(e.target.value)}
178178
placeholder="(default)"
179-
helperText="Dejar vacío para usar la base de datos default"
179+
helperText="Leave blank to use the default database"
180180
size="small"
181181
disabled={loading}
182182
sx={{ mt: 2 }}

0 commit comments

Comments
 (0)