summaryrefslogtreecommitdiff
path: root/src/web/lang/profile.php
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/web/lang/profile.php (renamed from src/web/lang/en_US/apps/profile.php)7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/web/lang/en_US/apps/profile.php b/src/web/lang/profile.php
index bb91e02..d7bbf2b 100644
--- a/src/web/lang/en_US/apps/profile.php
+++ b/src/web/lang/profile.php
@@ -1,6 +1,5 @@
-<?php
-
-$lang['title'] = '%s\'s profile';
+<?php /* Copyright (c) 2024 Freya Murphy */
+$lang['title'] = '';
$lang['joined'] = 'Joined: ';
$lang['seen'] = 'Seen: ';
@@ -42,5 +41,3 @@ $lang['about_stats_comments'] = 'Comments Created';
$lang['about_stats_following'] = 'Accounts Followed';
$lang['about_stats_joined'] = 'Date Joined';
$lang['about_stats_seen'] = 'Last Seen';
-
-?>