From 640a344ee233f894b6eaf7bdfc4c0392148d419c Mon Sep 17 00:00:00 2001 From: JC Brand Date: Sat, 20 Dec 2014 11:57:03 +0100 Subject: [PATCH] Make sure placeholder is also translateable --- converse.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/converse.js b/converse.js index 02f603aa8..2c9795171 100644 --- a/converse.js +++ b/converse.js @@ -232,7 +232,7 @@ bosh_service_url: undefined, // The BOSH connection manager URL. cache_otr_key: false, debug: false, - domain_placeholder: " e.g. conversejs.org", // Placeholder text shown in the domain input on the registration form + domain_placeholder: __(" e.g. conversejs.org"), // Placeholder text shown in the domain input on the registration form default_box_height: 400, // The default height, in pixels, for the control box, chat boxes and chatrooms. expose_rid_and_sid: false, forward_messages: false,