change user password in admin page no link

Django==5.0.6 , as docs say:
Changing passwords
User passwords are not displayed in the admin (nor stored in the database), but the password storage details are displayed. Included in the display of this information is a link to a password change form that allows admins to change user passwords.
However, in my admin page, there is no link. as picture show:


by the way I check
django/contrib/auth/locale/sv/LC_MESSAGES/django.po
“password, but you can change the password using <a href="{}">this form.”
msgstr “”
I don’t understand html, but there seems to be no link here?

Notice that the two words at the end (“this form”) show in blue, where everything else is black.
Those two words are the link to the other page.

Thanks. LOL, it looks like there’s something wrong with the color of my monitor. :rofl: