diff options
author | Chocobozzz <me@florianbigard.com> | 2020-11-10 14:24:32 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2020-11-10 14:24:32 +0100 |
commit | d47044142417065c70cd6c731a500d97fbd306b5 (patch) | |
tree | 9456c052b2a421a49b8d6742c447af12416f7b38 /client/src/app/header/header.component.html | |
parent | 87568f93e959b5e2b60f91f96b69f5f6b7d3f869 (diff) | |
download | PeerTube-d47044142417065c70cd6c731a500d97fbd306b5.tar.gz PeerTube-d47044142417065c70cd6c731a500d97fbd306b5.tar.zst PeerTube-d47044142417065c70cd6c731a500d97fbd306b5.zip |
Rename upload button to publish
Diffstat (limited to 'client/src/app/header/header.component.html')
-rw-r--r-- | client/src/app/header/header.component.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client/src/app/header/header.component.html b/client/src/app/header/header.component.html index 525a04e9c..f49f471c6 100644 --- a/client/src/app/header/header.component.html +++ b/client/src/app/header/header.component.html | |||
@@ -1,6 +1,6 @@ | |||
1 | <my-search-typeahead class="w-100 d-flex justify-content-end"></my-search-typeahead> | 1 | <my-search-typeahead class="w-100 d-flex justify-content-end"></my-search-typeahead> |
2 | 2 | ||
3 | <a class="upload-button" routerLink="/videos/upload"> | 3 | <a class="publish-button" routerLink="/videos/upload"> |
4 | <my-global-icon iconName="upload" aria-hidden="true"></my-global-icon> | 4 | <my-global-icon iconName="upload" aria-hidden="true"></my-global-icon> |
5 | <span i18n class="upload-button-label">Upload</span> | 5 | <span i18n class="publish-button-label">Publish</span> |
6 | </a> | 6 | </a> |