fix: corrected invalid copy (#2479)

This commit is contained in:
Wyatt Johnson
2019-08-19 16:57:03 +00:00
committed by Kim Gardner
parent d400c1518c
commit 8d91bd7dd1
4 changed files with 4 additions and 7 deletions
@@ -11,11 +11,10 @@ class InitialStep extends Component<InitialStepProps> {
public render() {
return (
<Flex direction="column" justifyContent="center" itemGutter="double">
<Localized id="install-initialStep-copy">
<Localized id="install-initialStep-theRemainder">
<Typography variant="bodyCopy">
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.
</Typography>
</Localized>
<Flex justifyContent="center">
+1 -1
View File
@@ -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
-1
View File
@@ -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
-1
View File
@@ -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