]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Rename upload button to publish
authorChocobozzz <me@florianbigard.com>
Tue, 10 Nov 2020 13:24:32 +0000 (14:24 +0100)
committerChocobozzz <me@florianbigard.com>
Tue, 10 Nov 2020 13:24:32 +0000 (14:24 +0100)
client/src/app/header/header.component.html
client/src/app/header/header.component.scss

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>
index 1e4ce2c56ebcb27efbe96258cff5f0d57ec11f01..7364ab50b9ac6a71570388c0c5b9c197ebf0772b 100644 (file)
@@ -5,7 +5,7 @@ my-search-typeahead {
   margin-right: 15px;
 }
 
-.upload-button {
+.publish-button {
   @include peertube-button-link;
   @include orange-button;
   @include button-with-icon(22px, 3px, -1px);
@@ -20,7 +20,7 @@ my-search-typeahead {
       margin-right: 0;
     }
 
-    .upload-button-label {
+    .publish-button-label {
       display: none;
     }
   }