Add Close
tooltip to dialog (#28617)
* Add `Close` tooltip to dialog * Update snapshots
This commit is contained in:
parent
865c5b0e9c
commit
b72c053d1a
3 changed files with 7 additions and 6 deletions
|
@ -119,6 +119,7 @@ export default class BaseDialog extends React.Component<IProps> {
|
|||
<AccessibleButton
|
||||
onClick={this.onCancelClick}
|
||||
className="mx_Dialog_cancelButton"
|
||||
title={_t("action|close")}
|
||||
aria-label={_t("dialog_close_label")}
|
||||
placement="bottom"
|
||||
/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue