diff options
| author | winter | 2024-12-31 14:30:16 +0000 |
|---|---|---|
| committer | winter | 2024-12-31 14:30:16 +0000 |
| commit | ad554b48e7dc355d9b33eede98f4e3e829fd867e (patch) | |
| tree | eb11cd4357bdbe2964b9d04495ab2e6c7212d9ed /templates/actor_profile_page.php | |
| parent | 721674973ca0a4d98cd081e9ff130c3356ddac03 (diff) | |
switch to my own translations system
i really don't like gettext
Diffstat (limited to 'templates/actor_profile_page.php')
| -rw-r--r-- | templates/actor_profile_page.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/actor_profile_page.php b/templates/actor_profile_page.php index bd60e2c..e7d28b7 100644 --- a/templates/actor_profile_page.php +++ b/templates/actor_profile_page.php @@ -11,7 +11,7 @@ call_template('skeleton', [ echo '<hr>'; $notes = Note::findAllWithAuthor($actor, 50); if (count($notes) == 0) { - call_template('placeholder_text', ['message' => _("This user hasn't posted anything yet.")]); + call_template('placeholder_text', ['message' => __('user.notes.placeholder')]); } foreach ($notes as $n) { call_template('note', ['note' => $n]); |
