diff --git a/app/server/appsmith-server/src/main/java/com/appsmith/server/solutions/ce/ApplicationFetcherCEImpl.java b/app/server/appsmith-server/src/main/java/com/appsmith/server/solutions/ce/ApplicationFetcherCEImpl.java index d1fb40c516..3cc1e592e5 100644 --- a/app/server/appsmith-server/src/main/java/com/appsmith/server/solutions/ce/ApplicationFetcherCEImpl.java +++ b/app/server/appsmith-server/src/main/java/com/appsmith/server/solutions/ce/ApplicationFetcherCEImpl.java @@ -66,7 +66,7 @@ public class ApplicationFetcherCEImpl implements ApplicationFetcherCE { /** * For the current user, it first fetches all the workspaces that its part of. For each workspace, in turn all - * the applications are fetched. These applications are then returned grouped by Organizations in a special DTO and returned + * the applications are fetched. These applications are then returned grouped by Workspaces in a special DTO and returned * * @return List of UserHomepageDTO */