]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/shared/misc/edit-button.component.html
Add margin for http fallback display
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / misc / edit-button.component.html
index 6e9564bd71b1d458ed389127fd390b0547c674c5..78fbc326e6a28140926d09ddb70b29681d1fcb94 100644 (file)
@@ -1,4 +1,4 @@
-<a class="action-button" [routerLink]="routerLink">
+<a class="action-button action-button-edit" [routerLink]="routerLink" title="Edit">
   <span class="icon icon-edit"></span>
-  Edit
+  <span i18n class="button-label">Edit</span>
 </a>