Skip to content

Commit 35d60b4

Browse files
committed
fix: qa issues
1 parent e9010ba commit 35d60b4

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

assets/apps/dashboard/src/Components/Content/LaunchProgress.js

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,10 @@ const LaunchProgress = () => {
125125
126126
</span>
127127
<h3 className="font-semibold text-gray-900 text-base">
128-
{__('Want to skip the setup?', 'neve')}
128+
{__(
129+
'Import ready-made websites with a single click',
130+
'neve'
131+
)}
129132
</h3>
130133
</div>
131134
<p className="text-sm text-gray-700 leading-relaxed">
@@ -163,7 +166,7 @@ const LaunchProgress = () => {
163166
🎉
164167
</span>
165168
{__(
166-
'Import ready-made websites with a single click',
169+
'Congratulations! Your Website is Ready for Launch!',
167170
'neve'
168171
)}
169172
</h2>

0 commit comments

Comments
 (0)