1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-03 09:49:20 +02:00

Improve config descriptions

This commit is contained in:
Chocobozzz 2025-07-28 10:50:10 +02:00
parent 06d9c7a13d
commit e0eebb1c7e
No known key found for this signature in database
GPG key ID: 583A612D890159BE

View file

@ -11,7 +11,10 @@
<label i18n for="avatarfile">Square icon</label> <label i18n for="avatarfile">Square icon</label>
<div class="form-group-description"> <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> </div>
<my-preview-upload class="avatar-preview" formControlName="avatar" inputName="avatar" displayDelete="true"></my-preview-upload> <my-preview-upload class="avatar-preview" formControlName="avatar" inputName="avatar" displayDelete="true"></my-preview-upload>
@ -58,7 +61,7 @@
<div class="form-group-description"> <div class="form-group-description">
<p class="mb-0"> <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> <ng-container i18n>If not set, the <strong>Square icon</strong> will be used.</ng-container>
</p> </p>
@ -93,7 +96,7 @@
<div class="form-group-description"> <div class="form-group-description">
<p class="mb-0"> <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> <ng-container i18n>If not set, the <strong>Square icon</strong> will be used.</ng-container>
</p> </p>