diff options
| author | Georg Lukas <georg@op-co.de> | 2017-02-05 23:25:10 +0100 |
|---|---|---|
| committer | Georg Lukas <georg@op-co.de> | 2017-02-05 23:25:10 +0100 |
| commit | b969375ec73dbc5935e2cc5fff0cef4df8e8c296 (patch) | |
| tree | 82383894ce7519fda516b0351b37fa5bedec6a7e /scripts | |
| parent | 9e2841d8cb4ea32148fe53c94f87c65272dc8204 (diff) | |
| download | php-xmpp-invitation-b969375ec73dbc5935e2cc5fff0cef4df8e8c296.tar.gz | |
Less text = better
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/main.js | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
