diff options
author | Freya Murphy <freya@freyacat.org> | 2024-04-05 10:46:09 -0400 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2024-04-05 10:46:09 -0400 |
commit | 530bbf058781e00e588f1457b6ee589a64b74da1 (patch) | |
tree | c6cdd382a86d55538686293e51a1fc056cb59029 /src/web/lang/en_US/common_lang.php | |
parent | remove var (diff) | |
download | xssbook2-530bbf058781e00e588f1457b6ee589a64b74da1.tar.gz xssbook2-530bbf058781e00e588f1457b6ee589a64b74da1.tar.bz2 xssbook2-530bbf058781e00e588f1457b6ee589a64b74da1.zip |
i did thing oh god large commit
Diffstat (limited to '')
-rw-r--r-- | src/web/lang/en_US/common_lang.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/web/lang/en_US/common_lang.php b/src/web/lang/en_US/common_lang.php index 7e214b5..eb60888 100644 --- a/src/web/lang/en_US/common_lang.php +++ b/src/web/lang/en_US/common_lang.php @@ -46,5 +46,6 @@ $lang['action_new_post_tip'] = 'Author a new post.'; // Words $lang['now'] = 'Now'; +$lang['likes'] = 'Likes'; ?> |