Localazy Download (#29577)

* [create-pull-request] automated change

* Fix playwright tests

* Update tests to reflect string changes

---------

Co-authored-by: t3chguy <2403652+t3chguy@users.noreply.github.com>
Co-authored-by: R Midhun Suresh <hi@midhun.dev>
Co-authored-by: Andy Balaam <andy.balaam@matrix.org>
This commit is contained in:
ElementRobot
2025-03-24 13:02:20 +01:00
committed by GitHub
parent d0c1610bd2
commit e5d37a324d
13 changed files with 175 additions and 80 deletions

View File

@@ -33,7 +33,7 @@ interface UserIdentityWarningProps {
/**
* Displays a banner warning when there is an issue with a user's identity.
*
* Warns when an unverified user's identity has changed, and gives the user a
* Warns when an unverified user's identity was reset, and gives the user a
* button to acknowledge the change.
*/
export const UserIdentityWarning: React.FC<UserIdentityWarningProps> = ({ room }) => {