diff options
author | Mario <mario@mariovavti.com> | 2024-07-29 09:38:51 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2024-07-29 09:38:51 +0000 |
commit | 8c4269d03763efa28b6b76fec2848557e8e4f9af (patch) | |
tree | 20e420c3219548eb1227cc1bf70df2ad48ff4ef3 /include | |
parent | 7394c97f23ce989abd5d4457f1422708e75a6b2e (diff) | |
download | volse-hubzilla-8c4269d03763efa28b6b76fec2848557e8e4f9af.tar.gz volse-hubzilla-8c4269d03763efa28b6b76fec2848557e8e4f9af.tar.bz2 volse-hubzilla-8c4269d03763efa28b6b76fec2848557e8e4f9af.zip |
fa2bi continued
Diffstat (limited to 'include')
-rw-r--r-- | include/js_strings.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/js_strings.php b/include/js_strings.php index 090d28ce3..6226b51c6 100644 --- a/include/js_strings.php +++ b/include/js_strings.php @@ -5,10 +5,10 @@ function js_strings() { '$delitem' => t('Delete this item?'), '$itemdel' => t('Item deleted'), '$comment' => t('Comment'), - '$showmore' => sprintf( t('%s show all'), '<i class=\'fa fa-chevron-down\'></i>'), - '$showfewer' => sprintf( t('%s show less'), '<i class=\'fa fa-chevron-up\'></i>'), - '$divgrowmore' => sprintf( t('%s expand'), '<i class=\'fa fa-chevron-down\'></i>'), - '$divgrowless' => sprintf( t('%s collapse'),'<i class=\'fa fa-chevron-up\'></i>'), + '$showmore' => sprintf( t('%s show all'), '<i class=\'bi bi-chevron-down\'></i>'), + '$showfewer' => sprintf( t('%s show less'), '<i class=\'bi bi-chevron-up\'></i>'), + '$divgrowmore' => sprintf( t('%s expand'), '<i class=\'bi bi-chevron-down\'></i>'), + '$divgrowless' => sprintf( t('%s collapse'),'<i class=\'bi bi-chevron-up\'></i>'), '$pwshort' => t("Password too short"), '$pwnomatch' => t("Passwords do not match"), '$everybody' => t('everybody'), |