mirror of
https://github.com/wassname/talk.git
synced 2026-07-03 19:15:26 +08:00
fix: corrected invalid copy (#2479)
This commit is contained in:
committed by
Kim Gardner
parent
d400c1518c
commit
8d91bd7dd1
@@ -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">
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user