diff --git a/client/src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.html b/client/src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.html
index b4dae3f95..8126c7246 100644
--- a/client/src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.html
+++ b/client/src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.html
@@ -2,32 +2,34 @@
-
-
-
-
-
+ @if (editable) {
+ @if (hasAvatar()) {
+
+
-
-
+
+
+
+
+
+
-
-
+
+
+
+ } @else {
+
- Upload a new avatar
+
-
-
-
-
-
+ }
+ }
diff --git a/client/src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.scss b/client/src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.scss
index 56d7376f5..46b30d2c9 100644
--- a/client/src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.scss
+++ b/client/src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.scss
@@ -45,6 +45,11 @@
.dropdown-item {
@include dropdown-with-icon-item;
+
+ label {
+ font-weight: normal;
+ margin: 0;
+ }
}
.dropdown-toggle::after {
diff --git a/client/src/app/shared/shared-custom-markup/custom-markup-help.component.html b/client/src/app/shared/shared-custom-markup/custom-markup-help.component.html
index 73a2b4058..fc649db59 100644
--- a/client/src/app/shared/shared-custom-markup/custom-markup-help.component.html
+++ b/client/src/app/shared/shared-custom-markup/custom-markup-help.component.html
@@ -1,3 +1,3 @@
- Markdown compatible that also supports custom PeerTube HTML tags
+ Markdown compatible that also supports custom PeerTube HTML tags