Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
dialog: update close button tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
florianduros committed Jun 21, 2024
1 parent 587717f commit 0bf4712
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/views/dialogs/BaseDialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,8 @@ export default class BaseDialog extends React.Component<IProps> {
onClick={this.onCancelClick}
className="mx_Dialog_cancelButton"
aria-label={_t("dialog_close_label")}
title={_t("dialog_close_label")}
title={_t("action|close")}
placement="bottom"
/>
);
}
Expand Down

0 comments on commit 0bf4712

Please sign in to comment.