From b969375ec73dbc5935e2cc5fff0cef4df8e8c296 Mon Sep 17 00:00:00 2001 From: Georg Lukas Date: Sun, 5 Feb 2017 23:25:10 +0100 Subject: Less text = better --- scripts/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/main.js') diff --git a/scripts/main.js b/scripts/main.js index 81771e5..d0e996e 100644 --- a/scripts/main.js +++ b/scripts/main.js @@ -60,7 +60,7 @@ // translation document.title = i18n.text(key_prefix + 'title', display_data); // MUC/chat specific - ['heading', 'intro', 'button'].forEach(function(id) { + ['heading', 'button'].forEach(function(id) { document.getElementById(id).innerHTML = i18n.text(key_prefix + id, display_data); }); // and agnostic -- cgit 1.4.1