aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/local_timeline.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/local_timeline.php')
-rw-r--r--templates/local_timeline.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/local_timeline.php b/templates/local_timeline.php
index ec894a9..9d9027c 100644
--- a/templates/local_timeline.php
+++ b/templates/local_timeline.php
@@ -1,8 +1,8 @@
-<?php call_template('skeleton', ['pageTitle' => _('Local timeline')], function () {
+<?php call_template('skeleton', ['pageTitle' => __('timeline.local')], function () {
global $notes;
call_template('alertbox', [
'variety' => 'info',
- 'message' => _('This timeline shows all public indexable notes posted by users on this server.')
+ 'message' => __('timeline.local.description')
]);
foreach ($notes as $n) {
call_template('note', ['note' => $n]);