Skip to content

Commit f91d673

Browse files
Update core/Command/Background/DeleteJob.php
Co-authored-by: Louis <louis@chmn.me> Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
1 parent ef2c76d commit f91d673

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/Command/Background/DeleteJob.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ protected function execute(InputInterface $input, OutputInterface $output): int
6464
$output->writeln('');
6565

6666
$question = new ConfirmationQuestion(
67-
'<comment>Do you really want to delete this background job ?</comment> (y/N) ', false,
67+
'<comment>Do you really want to delete this background job ? It could create some misbehaviours in Nextcloud.</comment> (y/N) ', false,
6868
'/^(y|Y)/i'
6969
);
7070

0 commit comments

Comments
 (0)