Skip to content

Commit 1753202

Browse files
committed
fix: will with may
1 parent 20525a7 commit 1753202

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/cli/lib/commands/push.js.twig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -845,12 +845,12 @@ const attributesToCreate = async (remoteAttributes, localAttributes, collection,
845845
if (!cliConfig.force) {
846846
if (deleting.length > 0 && !isIndex) {
847847
console.log(`${chalk.red('-------------------------------------------------------')}`);
848-
console.log(`${chalk.red('| WARNING: Attribute deletion will cause loss of data |')}`);
848+
console.log(`${chalk.red('| WARNING: Attribute deletion may cause loss of data |')}`);
849849
console.log(`${chalk.red('-------------------------------------------------------')}`);
850850
}
851851
if (conflicts.length > 0 && !isIndex) {
852852
console.log(`${chalk.red('---------------------------------------------------------')}`);
853-
console.log(`${chalk.red('| WARNING: Attribute recreation will cause loss of data |')}`);
853+
console.log(`${chalk.red('| WARNING: Attribute recreation may cause loss of data |')}`);
854854
console.log(`${chalk.red('---------------------------------------------------------')}`);
855855
}
856856

0 commit comments

Comments
 (0)