diff --git a/changes/changelog.d/652.bugfix b/changes/changelog.d/652.bugfix new file mode 100644 index 000000000..da8d30b00 --- /dev/null +++ b/changes/changelog.d/652.bugfix @@ -0,0 +1 @@ +Fixed escaping issues in translated strings (#652) diff --git a/changes/changelog.d/751.bugfix b/changes/changelog.d/751.bugfix new file mode 100644 index 000000000..f107e2c78 --- /dev/null +++ b/changes/changelog.d/751.bugfix @@ -0,0 +1 @@ +Fixed saving moderation policy when clicking on "Cancel" (#751) diff --git a/front/src/components/audio/album/Card.vue b/front/src/components/audio/album/Card.vue index d798d2c23..52595ae62 100644 --- a/front/src/components/audio/album/Card.vue +++ b/front/src/components/audio/album/Card.vue @@ -11,7 +11,7 @@
- By %{ artist } + By %{ artist } – {{ album.release_date | year }}
diff --git a/front/src/components/manage/moderation/InstancePolicyForm.vue b/front/src/components/manage/moderation/InstancePolicyForm.vue index e5b1c5024..a633bc4f2 100644 --- a/front/src/components/manage/moderation/InstancePolicyForm.vue +++ b/front/src/components/manage/moderation/InstancePolicyForm.vue @@ -51,7 +51,7 @@ - Delete -

- Do you want to delete the playlist "%{ playlist }"? +

+ Do you want to delete the playlist "%{ playlist }"?

This will completely delete this playlist and cannot be undone.

Delete playlist
diff --git a/front/src/views/radios/Detail.vue b/front/src/views/radios/Detail.vue index c350cb1f9..d15aaf366 100644 --- a/front/src/views/radios/Detail.vue +++ b/front/src/views/radios/Detail.vue @@ -24,9 +24,9 @@ Delete -

Do you want to delete the radio "%{ radio }"?

+

Do you want to delete the radio "%{ radio }"?

This will completely delete this radio and cannot be undone.

-
Delete radio
+

Delete radio