File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -440,12 +440,14 @@ export class ArgoSharedArchiveList extends LitElement {
440440 < md-icon-button
441441 @click =${ ( ) => this . _copyLink ( archive . magnetURI ) }
442442 aria-label ="P2P"
443+ title="Copy magnet link"
443444 >
444445 < md-icon > p2p</ md-icon >
445446 </ md-icon-button >
446447 < md-icon-button
447448 @click =${ ( ) => this . _unseed ( archive . id ) }
448449 aria-label ="Unshare"
450+ title="Unshare"
449451 >
450452 < md-icon > share_off</ md-icon >
451453 </ md-icon-button >
Original file line number Diff line number Diff line change @@ -1114,14 +1114,21 @@ class ArgoViewer extends LitElement {
11141114 </ div >
11151115
11161116 < div style ="display:flex; align-items:center; ">
1117- < md-icon-button aria-label ="Download " @click =${ this . onDownload }
1117+ < md-icon-button
1118+ aria-label ="Export selected "
1119+ title ="Export selected "
1120+ @click =${ this . onDownload }
11181121 > < md-icon > download</ md-icon > </ md-icon-button
11191122 >
1120- < md-icon-button aria-label ="Share " @click =${ this . onShareSelected }
1123+ < md-icon-button
1124+ aria-label ="Share selected "
1125+ title ="Share selected "
1126+ @click =${ this . onShareSelected }
11211127 > < md-icon > share</ md-icon > </ md-icon-button
11221128 >
11231129 < md-icon-button
1124- aria-label ="Delete "
1130+ aria-label ="Delete selected "
1131+ title ="Delete selected "
11251132 @click =${ this . onDeleteSelected }
11261133 > < md-icon > delete</ md-icon > </ md-icon-button
11271134 >
@@ -1230,7 +1237,11 @@ class ArgoViewer extends LitElement {
12301237 `
12311238 }
12321239
1233- < md-icon-button aria-label ="Settings " @click =${ this . _toggleSettings } >
1240+ < md-icon-button
1241+ aria-label ="Settings "
1242+ title ="Settings "
1243+ @click =${ this . _toggleSettings }
1244+ >
12341245 < md-icon > settings</ md-icon >
12351246 </ md-icon-button >
12361247 </ div >
You can’t perform that action at this time.
0 commit comments