From c5bc61c090902c1c0868ba2d449facab5474c8e7 Mon Sep 17 00:00:00 2001 From: Estelle Comment Date: Tue, 9 Apr 2024 16:44:11 +0200 Subject: [PATCH] More light cleanup --- src/tchap/components/views/dialogs/ExpiredAccountDialog.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/tchap/components/views/dialogs/ExpiredAccountDialog.tsx b/src/tchap/components/views/dialogs/ExpiredAccountDialog.tsx index b877446562..868288c651 100644 --- a/src/tchap/components/views/dialogs/ExpiredAccountDialog.tsx +++ b/src/tchap/components/views/dialogs/ExpiredAccountDialog.tsx @@ -27,10 +27,9 @@ enum ProcessState { ACCOUNT_RENEWED, } /** - * Expired Account is displayed when the user account is expired. It can not be cancel until the account is renewed. + * ExpiredAccountDialog is displayed when the user account is expired. It can not be canceled until the account is renewed. * This panel is exclusively opened by the listener ExpiredAccountHandler * This component is required when activating the plugin synapse-email-account-validity on the server side: https://github.com/matrix-org/synapse-email-account-validity - */ export default class ExpiredAccountDialog extends React.Component { constructor(props: IProps) {