We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9010ba commit 35d60b4Copy full SHA for 35d60b4
assets/apps/dashboard/src/Components/Content/LaunchProgress.js
@@ -125,7 +125,10 @@ const LaunchProgress = () => {
125
⚡
126
</span>
127
<h3 className="font-semibold text-gray-900 text-base">
128
- {__('Want to skip the setup?', 'neve')}
+ {__(
129
+ 'Import ready-made websites with a single click',
130
+ 'neve'
131
+ )}
132
</h3>
133
</div>
134
<p className="text-sm text-gray-700 leading-relaxed">
@@ -163,7 +166,7 @@ const LaunchProgress = () => {
163
166
🎉
164
167
165
168
{__(
- 'Import ready-made websites with a single click',
169
+ 'Congratulations! Your Website is Ready for Launch!',
170
'neve'
171
)}
172
</h2>
0 commit comments