summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/web/_views/home/main.php2
-rw-r--r--src/web/lang/home.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/web/_views/home/main.php b/src/web/_views/home/main.php
index 09d13de..ff05778 100644
--- a/src/web/_views/home/main.php
+++ b/src/web/_views/home/main.php
@@ -49,7 +49,7 @@
<td><a href="xmpp:freya@freya.cat">freya@freya.cat</a></td>
</tr>
<tr>
- <th><?=lang('contact_sharkey')?></th>
+ <th><?=lang('contact_misskey')?></th>
<td><a rel="me" href="https://social.freya.cat/@freya">@freya@freya.cat</a></td>
</tr>
<tr>
diff --git a/src/web/lang/home.php b/src/web/lang/home.php
index 2270a79..5e850bd 100644
--- a/src/web/lang/home.php
+++ b/src/web/lang/home.php
@@ -36,4 +36,4 @@ $lang['contact'] = 'Contact Me';
$lang['contact_email'] = 'Email';
$lang['contact_matrix'] = 'Matrix';
$lang['contact_xmpp'] = 'XMPP';
-$lang['contact_sharkey'] = 'Sharkey';
+$lang['contact_misskey'] = 'Misskey';