diff options
author | Mario <mario@mariovavti.com> | 2024-08-02 15:08:27 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2024-08-02 15:08:27 +0000 |
commit | 7eb23aa8b8d161a74ea59bc4c6eef5357fe6b1c0 (patch) | |
tree | b7e09c97e05a0af78159e6218768949f281179a4 /include/js_strings.php | |
parent | c793cea2f036411086180420f9dc43071bafed4e (diff) | |
download | volse-hubzilla-7eb23aa8b8d161a74ea59bc4c6eef5357fe6b1c0.tar.gz volse-hubzilla-7eb23aa8b8d161a74ea59bc4c6eef5357fe6b1c0.tar.bz2 volse-hubzilla-7eb23aa8b8d161a74ea59bc4c6eef5357fe6b1c0.zip |
fa2bi fixes
Diffstat (limited to 'include/js_strings.php')
-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 6226b51c6..cbc94bb08 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=\'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>'), + '$showmore' => sprintf( t('%s show all'), '<i class=\'bi bi-chevron-down align-middle\'></i>'), + '$showfewer' => sprintf( t('%s show less'), '<i class=\'bi bi-chevron-up align-middle\'></i>'), + '$divgrowmore' => sprintf( t('%s expand'), '<i class=\'bi bi-chevron-down align-middle\'></i>'), + '$divgrowless' => sprintf( t('%s collapse'),'<i class=\'bi bi-chevron-up align-middle\'></i>'), '$pwshort' => t("Password too short"), '$pwnomatch' => t("Passwords do not match"), '$everybody' => t('everybody'), |