diff options
| author | Freya Murphy <freya@freyacat.org> | 2026-03-05 01:09:41 +0000 |
|---|---|---|
| committer | Freya Murphy <freya@freyacat.org> | 2026-03-05 01:09:41 +0000 |
| commit | 383f369ed16f1a38c5d122af804352631296ff9f (patch) | |
| tree | 130b4fc863646647e33f736bae24479f3c05febd | |
| parent | add fediverse links (diff) | |
| download | website-383f369ed16f1a38c5d122af804352631296ff9f.tar.gz website-383f369ed16f1a38c5d122af804352631296ff9f.tar.bz2 website-383f369ed16f1a38c5d122af804352631296ff9f.zip | |
| -rw-r--r-- | src/web/_views/home/main.php | 2 | ||||
| -rw-r--r-- | src/web/lang/home.php | 2 |
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'; |