Skip to content

Commit 46b13c9

Browse files
authored
[RELEASE] Prepare Esup-Pod V4 BETA (#1287)
Bump Pod version to "4.0.0--BETA" + update some i18n strings
1 parent 8eb3e4c commit 46b13c9

File tree

14 files changed

+251
-186
lines changed

14 files changed

+251
-186
lines changed

pod/completion/static/js/caption_maker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -707,7 +707,7 @@ function createCaptionBlock(newCaption, spawnFunction) {
707707
).body.firstChild,
708708

709709
numberCharactersAlert: new DOMParser().parseFromString(
710-
`<div class='alert alert-danger mt-2'><strong>${gettext("For your video's accessibility, we recommend a maximum of 80 characters.")}</strong></div>`,
710+
`<div class='alert alert-danger mt-2'><strong>${gettext("For your videos accessibility, we recommend a maximum of 80 characters.")}</strong></div>`,
711711
"text/html",
712712
).body.firstChild,
713713

pod/import_video/views.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -932,7 +932,7 @@ def upload_peertube_recording_to_pod(request, record_id: int) -> bool:
932932
# Step 5: Save and encode Pod video
933933
description = _(
934934
"This video “%(name)s” was uploaded to Pod; its origin is PeerTube: "
935-
"<a href='%(url)s' target='blank'>%(url)s</a>."
935+
"<a href=\"%(url)s\" target=\"blank\">%(url)s</a>."
936936
) % {"name": pt_video_name, "url": pt_video_url}
937937
description = ("%s<br>%s") % (description, pt_video_description)
938938
save_video(request.user, dest_path, recording_title, description, date_evt)
-159 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)