From e6c1e9c110dc5806eff1dc08f95d150e4e3c3f6c Mon Sep 17 00:00:00 2001 From: David Mueller <48686014+dmuelle@users.noreply.github.com> Date: Fri, 8 Sep 2023 14:45:55 -0400 Subject: [PATCH] Update src/locales/en.json Co-authored-by: Trevor Crawford --- src/locales/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locales/en.json b/src/locales/en.json index b91f404b..7617add4 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -42,7 +42,7 @@ "remove.custom.project.confirmation": "Are you sure you want to remove the project in {0} from the Liberty Dashboard?", "remove.custom.project.successful": "The project is removed from the Liberty Dashboard.", "remove.custom.project.empty.list": "The user-added project list is empty. Nothing to remove.", - "remove.custom.project.not.in.list": "The selected project does not exist in Liberty Dashboard, or it was not manually added to Liberty Dashboard. Nothing to remove.", + "remove.custom.project.not.in.list": "The selected project does not exist in the Liberty Dashboard, or it was not manually added to the Liberty Dashboard. Nothing to remove.", "attach.debugger.liverty.dev.in": "Attaching debugger to Liberty server in {0}.", "cannot.attach.debugger.to.undefined": "Cannot attach debugger to an undefined project.", "liberty.dev.attach.debugger.failed": "The Liberty server might not be started. Start the Liberty server by using the 'Start' or 'Start...' command in the Liberty dashboard. If you already started the Liberty server, wait until you see the dev mode startup message and try to attach the debugger again.",