Skip to content

Commit db6e600

Browse files
authored
Update texts (#113)
1 parent 6fbb36d commit db6e600

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

commands/themebuider.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ const runThemeBuilder = async rawOptions => {
171171
await lock.acquire();
172172

173173
try {
174-
console.log(`The ${version} version is used.`);
174+
console.log(`Using version ${version}.`);
175175
await installThemeBuilder(version);
176176
} catch(e) {
177177
console.log(`The devextreme-themebuilder npm package of v${version} was not installed. Please verify you are using v18.2.5 or higher and examine the installation error log to further troubleshoot the issue.`);
@@ -198,7 +198,7 @@ const runThemeBuilder = async rawOptions => {
198198
console.log(`Add the '${result.swatchSelector}' class to the container to apply swatch styles to its nested elements.`);
199199
}
200200
if(result.unusedWidgets && result.unusedWidgets.length) {
201-
console.log('Styles for the following widgets were not included in the resulting theme because these widgets cannot be stylized using CSS:\n');
201+
console.log('Styles for the following widgets were not included in the resulting theme because these widgets don\'t use CSS styles:\n');
202202
result.unusedWidgets.forEach(w => console.log(`${w}\n`));
203203
}
204204
} else if(options.command === commands.BUILD_VARS) {

0 commit comments

Comments
 (0)