]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/header/header.component.html
Migrate to bootstrap 5
[github/Chocobozzz/PeerTube.git] / client / src / app / header / header.component.html
index 525a04e9cd0d16fa8cd94cf193fb457ba31f9195..f49f471c6f8a31644e7f3e29e79afba0ae6836ad 100644 (file)
@@ -1,6 +1,6 @@
 <my-search-typeahead class="w-100 d-flex justify-content-end"></my-search-typeahead>
 
-<a class="upload-button" routerLink="/videos/upload">
+<a class="publish-button" routerLink="/videos/upload">
   <my-global-icon iconName="upload" aria-hidden="true"></my-global-icon>
-  <span i18n class="upload-button-label">Upload</span>
+  <span i18n class="publish-button-label">Publish</span>
 </a>