From 1407ac20795c7068e84b8b24f8dcad6e202f9e34 Mon Sep 17 00:00:00 2001 From: Andrew Nicols Date: Thu, 20 Jun 2024 10:57:31 +0800 Subject: [PATCH] MDL-82246 tiny_recordrtc: Correct string name for insecure alert title --- .../tiny/plugins/recordrtc/templates/audio_recorder.mustache | 2 +- .../tiny/plugins/recordrtc/templates/insert_recording.mustache | 2 +- .../tiny/plugins/recordrtc/templates/video_recorder.mustache | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/editor/tiny/plugins/recordrtc/templates/audio_recorder.mustache b/lib/editor/tiny/plugins/recordrtc/templates/audio_recorder.mustache index bab38d52aa6..950a11f7417 100644 --- a/lib/editor/tiny/plugins/recordrtc/templates/audio_recorder.mustache +++ b/lib/editor/tiny/plugins/recordrtc/templates/audio_recorder.mustache @@ -38,7 +38,7 @@
- {{#str}} insecurealerttitle, tiny_recordrtc {{/str}} + {{#str}} insecurealert_title, tiny_recordrtc {{/str}} {{#str}} insecurealert, tiny_recordrtc {{/str}}
diff --git a/lib/editor/tiny/plugins/recordrtc/templates/insert_recording.mustache b/lib/editor/tiny/plugins/recordrtc/templates/insert_recording.mustache index e2f63689b67..6a432dadbdc 100644 --- a/lib/editor/tiny/plugins/recordrtc/templates/insert_recording.mustache +++ b/lib/editor/tiny/plugins/recordrtc/templates/insert_recording.mustache @@ -29,7 +29,7 @@
- {{#str}} insecurealerttitle, tiny_recordrtc {{/str}} + {{#str}} insecurealert_title, tiny_recordrtc {{/str}} {{#str}} insecurealert, tiny_recordrtc {{/str}}
diff --git a/lib/editor/tiny/plugins/recordrtc/templates/video_recorder.mustache b/lib/editor/tiny/plugins/recordrtc/templates/video_recorder.mustache index 4cfb7dbcba1..0c80b8e1ef4 100644 --- a/lib/editor/tiny/plugins/recordrtc/templates/video_recorder.mustache +++ b/lib/editor/tiny/plugins/recordrtc/templates/video_recorder.mustache @@ -38,7 +38,7 @@
- {{#str}} insecurealerttitle, tiny_recordrtc {{/str}} + {{#str}} insecurealert_title, tiny_recordrtc {{/str}} {{#str}} insecurealert, tiny_recordrtc {{/str}}