Skip to content

Commit f56bd1b

Browse files
committed
typo
1 parent cd106ec commit f56bd1b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/Activity/Provider.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,11 +205,12 @@ private function parseRestoreFile(IEvent $activity, array $params): void {
205205

206206
$this->parseSimpleEvent(
207207
$activity,
208-
'The file {file} have restored based on a restoring point from {date} (estimated rewind: {rewind})',
208+
'The file {file} have been restored based on a restoring point from {date} (estimated rewind: {rewind})',
209209
$params
210210
);
211211
}
212212

213+
213214
/**
214215
* @param IEvent $activity
215216
* @param string $global

0 commit comments

Comments
 (0)