]> 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 632d6bba20b7f44b810348438c62d3bdf9fc65a0..78fbc326e6a28140926d09ddb70b29681d1fcb94 100644 (file)
@@ -1,4 +1,4 @@
 <a class="action-button action-button-edit" [routerLink]="routerLink" title="Edit">
   <span class="icon icon-edit"></span>
-  <span class="button-label">Edit</span>
+  <span i18n class="button-label">Edit</span>
 </a>