summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2026-03-05 01:09:41 +0000
committerFreya Murphy <freya@freyacat.org>2026-03-05 01:09:41 +0000
commit383f369ed16f1a38c5d122af804352631296ff9f (patch)
tree130b4fc863646647e33f736bae24479f3c05febd
parentadd fediverse links (diff)
downloadwebsite-383f369ed16f1a38c5d122af804352631296ff9f.tar.gz
website-383f369ed16f1a38c5d122af804352631296ff9f.tar.bz2
website-383f369ed16f1a38c5d122af804352631296ff9f.zip
misskey now, not sharkeyHEADmain
Diffstat (limited to '')
-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';