This is an automated email from the ASF dual-hosted git repository.
sdedic pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git
The following commit(s) were added to refs/heads/master by this push:
new 56765bbf75 Fixed typos in DB welcome view
new 6ae23913d4 Merge pull request #5541 from sdedic/oci/db-typos-fixed
56765bbf75 is described below
commit 56765bbf753fcd15b699461a0f9272ff75791a55
Author: Svata Dedic <[email protected]>
AuthorDate: Tue Feb 21 14:56:25 2023 +0100
Fixed typos in DB welcome view
---
java/java.lsp.server/vscode/package.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/java/java.lsp.server/vscode/package.json
b/java/java.lsp.server/vscode/package.json
index d578b8648d..59eaea0505 100644
--- a/java/java.lsp.server/vscode/package.json
+++ b/java/java.lsp.server/vscode/package.json
@@ -88,7 +88,7 @@
"viewsWelcome": [
{
"view": "database.connections",
- "contents": "No Database Connections
found.\n[Add a new connection](command:db.add.connection)\n[Add Oracle
Autonomous
DB](command:nbls:Tools:org.netbeans.modules.cloud.oracle.actions.AddADBAction)"
+ "contents": "No database connections
found.\n[Add Database Connection](command:db.add.connection)\n[Add Oracle
Autonomous
DB](command:nbls:Tools:org.netbeans.modules.cloud.oracle.actions.AddADBAction)"
}
],
"configuration": {
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists