diff --git a/src/core/client/install/App/steps/InitialStep.tsx b/src/core/client/install/App/steps/InitialStep.tsx index 932a0aa08..e2c4898e3 100644 --- a/src/core/client/install/App/steps/InitialStep.tsx +++ b/src/core/client/install/App/steps/InitialStep.tsx @@ -11,11 +11,10 @@ class InitialStep extends Component { public render() { return ( - + - The remainder of the Coral installation will take about ten minutes. - Once you complete the following three steps, you will have a free - installation and provision Mongo and Redis. + The remainder of the installation wizard will take about 10 minutes. + Once you are finished, you will have your own instance of Coral. diff --git a/src/locales/en-US/install.ftl b/src/locales/en-US/install.ftl index d5de3ebb6..1898dc565 100644 --- a/src/locales/en-US/install.ftl +++ b/src/locales/en-US/install.ftl @@ -5,7 +5,7 @@ install-nextButton-next = Next install-permittedDomains-finishInstall = Finish Install install-header-title = { -product-name } Installation Wizard -install-initialStep-copy = The remainder of the { -product-name } installation will take about ten minutes. Once you complete the following three steps, you will have a free installation and provision Mongo and Redis. +install-initialStep-theRemainder = The remainder of the installation wizard will take about 10 minutes. Once you are finished, you will have your own instance of { -product-name }. install-initialStep-getStarted = Get Started install-addOrganization-stepTitle = Add Organization Details diff --git a/src/locales/es/install.ftl b/src/locales/es/install.ftl index 6d421f8aa..9303bb440 100644 --- a/src/locales/es/install.ftl +++ b/src/locales/es/install.ftl @@ -5,7 +5,6 @@ install-nextButton-next = Avanzar install-permittedDomains-finishInstall = Terminar la instalación install-header-title = { -product-name } Asistente de instalación -install-initialStep-copy = El resto del asistente de instalación tardará unos 10 minutos. Una vez que haya terminado, tendrá su propia instancia de { -product-name}. install-initialStep-getStarted = Empezar install-addOrganization-stepTitle = Agregar detalles de la organización diff --git a/src/locales/pt-BR/install.ftl b/src/locales/pt-BR/install.ftl index e31525121..878e2edeb 100644 --- a/src/locales/pt-BR/install.ftl +++ b/src/locales/pt-BR/install.ftl @@ -5,7 +5,6 @@ install-nextButton-next = Próximo install-permittedDomains-finishInstall = Finalizar Instalação install-header-title = Assistente de instalação de Coral -install-initialStep-copy = O restante da instalação do Coral levará cerca de dez minutos. Depois de concluir as três etapas a seguir, você terá uma instalação e fornecimento gratuitos do Mongo e do Redis. install-initialStep-getStarted = Iniciar install-addOrganization-stepTitle = Adicionar Detalhes da Organização