diff options
author | Chocobozzz <me@florianbigard.com> | 2018-05-31 11:04:34 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-05-31 11:04:34 +0200 |
commit | 351d5225d6a4fe6863f760f02454eac88f730607 (patch) | |
tree | f1f85c2cba2d59043c2d5d8f22252cf2f214299f /client | |
parent | 8e53163fbd14e3cb3b81cbb236cbc4659e03b307 (diff) | |
download | PeerTube-351d5225d6a4fe6863f760f02454eac88f730607.tar.gz PeerTube-351d5225d6a4fe6863f760f02454eac88f730607.tar.zst PeerTube-351d5225d6a4fe6863f760f02454eac88f730607.zip |
Improve Twitter config help
Diffstat (limited to 'client')
-rw-r--r-- | client/src/app/+admin/config/edit-custom-config/edit-custom-config.component.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client/src/app/+admin/config/edit-custom-config/edit-custom-config.component.html b/client/src/app/+admin/config/edit-custom-config/edit-custom-config.component.html index 252d43c8f..8a1e33c56 100644 --- a/client/src/app/+admin/config/edit-custom-config/edit-custom-config.component.html +++ b/client/src/app/+admin/config/edit-custom-config/edit-custom-config.component.html | |||
@@ -136,7 +136,7 @@ | |||
136 | 136 | ||
137 | <div class="form-group"> | 137 | <div class="form-group"> |
138 | <label for="signupLimit">Your Twitter username</label> | 138 | <label for="signupLimit">Your Twitter username</label> |
139 | <my-help helpType="custom" customHtml="The Twitter @username the cards (created by PeerTube video shares) should be attributed to."></my-help> | 139 | <my-help helpType="custom" customHtml="Indicates the Twitter account for the website or platform on which the content was published."></my-help> |
140 | <input | 140 | <input |
141 | type="text" id="servicesTwitterUsername" | 141 | type="text" id="servicesTwitterUsername" |
142 | formControlName="servicesTwitterUsername" [ngClass]="{ 'input-error': formErrors['servicesTwitterUsername'] }" | 142 | formControlName="servicesTwitterUsername" [ngClass]="{ 'input-error': formErrors['servicesTwitterUsername'] }" |
@@ -153,7 +153,7 @@ | |||
153 | <label for="servicesTwitterWhitelisted">Instance whitelisted by Twitter</label> | 153 | <label for="servicesTwitterWhitelisted">Instance whitelisted by Twitter</label> |
154 | <my-help helpType="custom" customHtml="If your instance is whitelisted by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share.<br /> | 154 | <my-help helpType="custom" customHtml="If your instance is whitelisted by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share.<br /> |
155 | If the instance is not whitelisted, we use an image link card that will redirect on your PeerTube instance.<br /><br /> | 155 | If the instance is not whitelisted, we use an image link card that will redirect on your PeerTube instance.<br /><br /> |
156 | Check this checkbox, save the configuration and test on <a target='_blank' rel='noopener noreferrer' href='https://cards-dev.twitter.com/validator'>https://cards-dev.twitter.com/validator</a> to see if you instance is whitelisted."></my-help> | 156 | Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/videos/watch/blabla) on <a target='_blank' rel='noopener noreferrer' href='https://cards-dev.twitter.com/validator'>https://cards-dev.twitter.com/validator</a> to see if you instance is whitelisted."></my-help> |
157 | 157 | ||
158 | </div> | 158 | </div> |
159 | </tab> | 159 | </tab> |