Rename upload button to publish

This commit is contained in:
Chocobozzz 2020-11-10 14:24:32 +01:00
parent 87568f93e9
commit d470441424
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
2 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
<my-search-typeahead class="w-100 d-flex justify-content-end"></my-search-typeahead> <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> <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> </a>

View File

@ -5,7 +5,7 @@ my-search-typeahead {
margin-right: 15px; margin-right: 15px;
} }
.upload-button { .publish-button {
@include peertube-button-link; @include peertube-button-link;
@include orange-button; @include orange-button;
@include button-with-icon(22px, 3px, -1px); @include button-with-icon(22px, 3px, -1px);
@ -20,7 +20,7 @@ my-search-typeahead {
margin-right: 0; margin-right: 0;
} }
.upload-button-label { .publish-button-label {
display: none; display: none;
} }
} }