From b558c21d0656ffcec08903c0aab0bc9506f1b741 Mon Sep 17 00:00:00 2001 From: Ray Date: Sun, 19 Feb 2023 08:38:29 -0500 Subject: [PATCH] add $embedFileDirModalTitle --- include/conversation.php | 1 + view/tpl/jot.tpl | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/include/conversation.php b/include/conversation.php index 9dac686bb..a6fe72188 100644 --- a/include/conversation.php +++ b/include/conversation.php @@ -1286,6 +1286,7 @@ function z_status_editor($x, $popup = false) '$insertFile' => $insertFile, '$fromDevice' => $fromDevice, '$fromCloud' => $fromCloud, + '$embedFileDirModalTitle' => t('Embed a file from your cloud'), '$embedPhotos' => $embedPhotos, '$embedPhotosModalTitle' => t('Embed an image from your albums'), '$embedPhotosModalCancel' => t('Cancel'), diff --git a/view/tpl/jot.tpl b/view/tpl/jot.tpl index 9e339ae71..d15c644ec 100644 --- a/view/tpl/jot.tpl +++ b/view/tpl/jot.tpl @@ -432,7 +432,7 @@