1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-08-01 11:00:28 +02:00

add proper aria-label on buttons

This commit is contained in:
Kushagra Gour
2018-07-03 09:59:13 +05:30
parent ed670db395
commit 53faebfe28
2 changed files with 8 additions and 4 deletions

View File

@@ -212,7 +212,7 @@ export default class SavedItemPane extends Component {
<button
onClick={this.importBtnClickHandler.bind(this)}
class="btn--dark hint--bottom-left hint--rounded hint--medium"
aria-label="Only the file that you export through the 'Export' button can be imported."
aria-label="Import your creations. Only the file that you export through the 'Export' button can be imported."
>
Import
</button>