importsource: fix another typo
This commit is contained in:
parent
62e6c6e1a1
commit
31e1b27628
|
@ -12,7 +12,7 @@
|
|||
<?php elseif ($source->import_state === 'in-sync'): ?>
|
||||
<p><?= sprintf(
|
||||
$this->translate(
|
||||
'This Import Source was last found to by in sync at %s.'
|
||||
'This Import Source was last found to be in sync at %s.'
|
||||
),
|
||||
$source->last_attempt
|
||||
) /*
|
||||
|
|
Loading…
Reference in New Issue