Skip to content

Commit 0f54445

Browse files
Merge pull request #648 from newfold-labs/update/ai-prompt-instructions
Update Prompt Instructions, Multilingual
2 parents 0983a57 + 17ed9fe commit 0f54445

File tree

5 files changed

+8
-5
lines changed

5 files changed

+8
-5
lines changed

languages/wp-module-onboarding-es_MX-nfd-onboarding.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@
242242
"Bean There Café - A cozy, sustainable coffee shop in Asheville, North Carolina, focused on fair-trade coffee and local pastries. Their site will feature their menu, special events, and a blog on coffee culture.": [
243243
"Bean There Café - Una acogedora cafetería sostenible en Asheville, Carolina del Norte, centrada en café de comercio justo y pasteles locales. Su sitio presentará su menú, eventos especiales y un blog sobre la cultura del café."
244244
],
245-
"The more detail the better": ["Cuantos más detalles, mejor"],
245+
"The more detail the better": ["¿Para quién es este sitio? ¿Cuál es el diseño ideal?"],
246246
"Not sure what to say? We can walk you through it.": [
247247
"¿No estás seguro de qué decir? Podemos guiarte en el proceso."
248248
],

languages/wp-module-onboarding-es_MX.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -624,7 +624,7 @@ msgstr "Bean There Café - Una acogedora cafetería sostenible en Asheville, Car
624624

625625
#: build/2.5.4/705.js:1
626626
msgid "The more detail the better"
627-
msgstr "Cuantos más detalles, mejor"
627+
msgstr "¿Para quién es este sitio? ¿Cuál es el diseño ideal?"
628628

629629
#: build/2.5.4/705.js:1
630630
msgid "Not sure what to say? We can walk you through it."

languages/wp-module-onboarding-pt_BR-nfd-onboarding.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -546,7 +546,7 @@
546546
"Tell me some details about the site you want created?": [
547547
"Conte-me alguns detalhes sobre o site que você quer criar?"
548548
],
549-
"The more detail the better": ["Quanto mais detalhes, melhor"],
549+
"The more detail the better": ["Para quem é este site? Qual é o design ideal?"],
550550
"Not sure what to say? We can walk you through it.": [
551551
"Não sabe o que dizer? Podemos orientá-lo."
552552
],

languages/wp-module-onboarding-pt_BR.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1390,7 +1390,7 @@ msgstr "Conte-me alguns detalhes sobre o site que você quer criar?"
13901390

13911391
#: build/2.5.4/705.js:1
13921392
msgid "The more detail the better"
1393-
msgstr "Quanto mais detalhes, melhor"
1393+
msgstr "Para quem é este site? Qual é o design ideal?"
13941394

13951395
#: build/2.5.4/705.js:1
13961396
msgid "Not sure what to say? We can walk you through it."

src/OnboardingSPA/steps/SiteGen/SiteDetails/contents.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,10 @@ const getContents = () => {
1010
'Bean There Café - A cozy, sustainable coffee shop in Asheville, North Carolina, focused on fair-trade coffee and local pastries. Their site will feature their menu, special events, and a blog on coffee culture.',
1111
'wp-module-onboarding'
1212
),
13-
inputHint: __( 'The more detail the better', 'wp-module-onboarding' ),
13+
inputHint: __(
14+
"Who is this site for? What's the ideal design?",
15+
'wp-module-onboarding'
16+
),
1417
buttonText: __( 'Next', 'wp-module-onboarding' ),
1518
walkThroughText: __(
1619
'Not sure what to say? We can walk you through it.',

0 commit comments

Comments
 (0)