Skip to content

Commit 9806a77

Browse files
committed
Rephrases warning
1 parent 16331aa commit 9806a77

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/m365/spo/commands/file/file-unarchive.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ class SpoFileUnarchiveCommand extends SpoCommand {
5555
const { webUrl, url, id, force, verbose } = args.options;
5656

5757
if (!force) {
58-
const result = await cli.promptForConfirmation({ message: `Reactivation could take up to 24 hours. Files that are reactivated cannot be archived again for a certain time. Are you sure you would like to unarchive this file?` });
58+
const result = await cli.promptForConfirmation({ message: `Reactivation could take up to 24 hours. Files that are reactivated cannot be archived again for a period of time. Are you sure you would like to unarchive this file?` });
5959
if (!result) {
6060
return;
6161
}

0 commit comments

Comments
 (0)