mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-03 17:59:37 +02:00
Improve config descriptions
This commit is contained in:
parent
06d9c7a13d
commit
e0eebb1c7e
1 changed files with 8 additions and 5 deletions
|
@ -11,7 +11,10 @@
|
|||
<label i18n for="avatarfile">Square icon</label>
|
||||
|
||||
<div class="form-group-description">
|
||||
<p i18n class="mb-0">Square icon is used in the mobile application and can be used on your custom homepage.</p>
|
||||
<div class="mb-0">
|
||||
<div i18n>Square icon is used in the mobile application and can be used on your custom homepage.</div>
|
||||
<div i18n>It's also used as a fallback for the favicon, header icon and social media logo.</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<my-preview-upload class="avatar-preview" formControlName="avatar" inputName="avatar" displayDelete="true"></my-preview-upload>
|
||||
|
@ -36,7 +39,7 @@
|
|||
|
||||
<div class="form-group-description">
|
||||
<p class="mb-0">
|
||||
<ng-container i18n>Favicon is the icon displayed in web browser tab.</ng-container>
|
||||
<ng-container i18n>Favicon is the icon displayed in web browser tab. </ng-container>
|
||||
<ng-container i18n>If not set, the <strong>Square icon</strong> will be used.</ng-container>
|
||||
</p>
|
||||
|
||||
|
@ -58,7 +61,7 @@
|
|||
|
||||
<div class="form-group-description">
|
||||
<p class="mb-0">
|
||||
<ng-container i18n>Logo displayed in the header on large screens such as desktop computers</ng-container>
|
||||
<ng-container i18n>Logo displayed in the header on large screens such as desktop computers.</ng-container>
|
||||
<ng-container i18n>If not set, the <strong>Square icon</strong> will be used.</ng-container>
|
||||
</p>
|
||||
|
||||
|
@ -93,7 +96,7 @@
|
|||
|
||||
<div class="form-group-description">
|
||||
<p class="mb-0">
|
||||
<ng-container i18n>Logo displayed in the header on small screens such as mobile devices</ng-container>
|
||||
<ng-container i18n>Logo displayed in the header on small screens such as mobile devices. </ng-container>
|
||||
<ng-container i18n>If not set, the <strong>Square icon</strong> will be used.</ng-container>
|
||||
</p>
|
||||
|
||||
|
@ -115,7 +118,7 @@
|
|||
|
||||
<div class="form-group-description">
|
||||
<p class="mb-0">
|
||||
<ng-container i18n>Default logo displayed on social media.</ng-container>
|
||||
<ng-container i18n>Default logo displayed on social media. </ng-container>
|
||||
<ng-container i18n>If not set, the <strong>Square icon</strong> will be used.</ng-container>
|
||||
</p>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue