]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/shared/buttons/edit-button.component.html
Fix Delete title button
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / buttons / edit-button.component.html
index 7efc54ce72a9bd6a6e375bb44363c575fdadebbb..cecb780f384e1292de1f6f5e5a74ad70397b0228 100644 (file)
@@ -1,4 +1,4 @@
-<a class="action-button action-button-edit" [routerLink]="routerLink" title="Edit">
+<a class="action-button action-button-edit" [routerLink]="routerLink" i18n-title title="Edit">
   <span class="icon icon-edit"></span>
 
   <span class="button-label" *ngIf="label">{{ label }}</span>