diff --git a/frontend/locales/en-us.json b/frontend/locales/en-us.json index f2a1d7a4..8000b16c 100644 --- a/frontend/locales/en-us.json +++ b/frontend/locales/en-us.json @@ -7,8 +7,11 @@ "instances": "Instances", "manifest": "Project manifest", "create-new": "Create a new", - "add-services": "Add services", - "no-services": "You don’t have any services. You can either add them by editing a manifest file or by connecting your repo on GitHub or BitBucket.", + "services": "Services", + "import-services-title": "Import your services", + "import-services-body": "You can import your services from a Git repository hosting service. Learn more", + "alt-import-services-title": "Alternatively, you can upload or edit manifest file", + "alt-import-services-body": "Manifest is a file describing your services. It is similar to Docker Compose file. You can upload a file from you local machine or edit it manually. Learn more", "no-projects": "You don’t have any projects.", "no-people": "There are no members here. Add them above", "edit-project-manifest": "Edit project manifest",