Skip to content

Commit

Permalink
SyncruleController: fix typo
Browse files Browse the repository at this point in the history
fixes #2613
  • Loading branch information
Thomas-Gelf committed Aug 25, 2023
1 parent a7a58c5 commit 5298243
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/controllers/SyncruleController.php
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ public function indexAction()
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')
)));
/*
Expand Down

0 comments on commit 5298243

Please sign in to comment.