Skip to content

Commit a56740c

Browse files
committed
[#1532] Fix labels for files
1 parent 223d716 commit a56740c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/modules/IDE/components/FileNode.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ export class FileNode extends React.Component {
261261
</div>
262262
}
263263
<button
264-
aria-label="Name"
264+
aria-label={this.state.updatedName}
265265
className="sidebar__file-item-name"
266266
onClick={this.handleFileClick}
267267
>

0 commit comments

Comments
 (0)