Skip to content

Commit

Permalink
I18N comments
Browse files Browse the repository at this point in the history
  • Loading branch information
fisharebest committed Dec 12, 2024
1 parent 7d55df9 commit c563f7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/modules/recent_changes/changes-list.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ use Illuminate\Support\Collection;
<?php elseif ($show_date) : ?>
<?= /* I18N: [a record was] Changed on <date/time> */ I18N::translate('Changed on %1$s', view('components/datetime', ['timestamp' => $row->time])) ?>
<?php elseif ($show_user) : ?>
<?= /* I18N: [a record was] Changed on <date/time> */ I18N::translate('Changed by %1$s', e($row->user->userName())) ?>
<?= /* I18N: [a record was] Changed by <user> */ I18N::translate('Changed by %1$s', e($row->user->userName())) ?>
<?php endif ?>
</div>
</div>
Expand Down

0 comments on commit c563f7f

Please sign in to comment.