SyncruleController: fix typo

fixes #2613
This commit is contained in:
Thomas Gelf 2023-08-25 11:00:39 +02:00
parent a7a58c5893
commit 5298243d94
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ class SyncruleController extends ActionController
break;
case 'in-sync':
$c->add(Html::tag('p', null, sprintf(
$this->translate('This Sync Rule was last found to by in Sync at %s.'),
$this->translate('This Sync Rule was last found to be in Sync at %s.'),
$rule->get('last_attempt')
)));
/*