From c10ca12524e7dc68f3234a63c6c880b5601909df Mon Sep 17 00:00:00 2001 From: "F. E Noel Nfebe" Date: Tue, 13 Feb 2024 10:26:05 +0100 Subject: [PATCH] Update src/search.js Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com> Signed-off-by: F. E Noel Nfebe --- src/search.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/search.js b/src/search.js index 3dcec3f9ad7..11833efe7c1 100644 --- a/src/search.js +++ b/src/search.js @@ -57,7 +57,7 @@ import '@nextcloud/dialogs/style.css' const vm = new ComponentVM({ el: container, propsData: { - dialogTitle: t('spreed', 'Select Conversation'), + dialogTitle: t('spreed', 'Select conversation'), showPostableOnly: true, }, })