From 8dd3109c513b4d5c79dc7f11cd163f58e4d60bf6 Mon Sep 17 00:00:00 2001 From: BrianTeeman Date: Wed, 1 May 2024 17:09:37 +0100 Subject: [PATCH] [5.1] TinyMCe insert content This changes the button text used when selecting a content template from "Save" to "Insert". No additional changes are required for this to be translated as "Insert" is already translated. (This PR was created at the request of "Daniel C K Tan" on facebook. --- .../plg_editors_tinymce/js/plugins/jtemplate/plugin.es5.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/media_source/plg_editors_tinymce/js/plugins/jtemplate/plugin.es5.js b/build/media_source/plg_editors_tinymce/js/plugins/jtemplate/plugin.es5.js index 62673f656498a..23aa288eba416 100644 --- a/build/media_source/plg_editors_tinymce/js/plugins/jtemplate/plugin.es5.js +++ b/build/media_source/plg_editors_tinymce/js/plugins/jtemplate/plugin.es5.js @@ -449,7 +449,7 @@ { type: 'submit', name: 'save', - text: 'Save', + text: 'Insert', primary: true } ],