Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/jsxc/jsxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsualko <klaus@jsxc.org>2021-07-11 10:25:05 +0300
committersualko <klaus@jsxc.org>2021-07-11 10:25:05 +0300
commit999ca88a72bf229aa5cd45eca98bed6971c9d87f (patch)
tree33672680816e27a5c7bd655a6698f159f5476e89
parent7e8328f5fbcb56c485f776b64370fb2f48c2d0ba (diff)
fix: offline contacts translation
-rw-r--r--template/roster.hbs4
1 files changed, 2 insertions, 2 deletions
diff --git a/template/roster.hbs b/template/roster.hbs
index b1469db9..24f46f60 100644
--- a/template/roster.hbs
+++ b/template/roster.hbs
@@ -10,12 +10,12 @@
<button class="jsxc-collapsible jsxc-active">{{t "groups"}}</button>
<ul class="jsxc-group-list" data-empty-list-label="{{t "Your_group_list_is_empty"}}"
- data-offline-hidden-label="{{t " Offline_contacts_are_hidden"}}"
+ data-offline-hidden-label="{{t "Offline_contacts_are_hidden"}}"
data-presence-offline-label="{{t "You_are_currently_offline"}}"></ul>
<button class="jsxc-collapsible jsxc-active">{{t "contacts"}}</button>
<ul class="jsxc-contact-list" data-empty-list-label="{{t "Your_contact_list_is_empty"}}"
- data-offline-hidden-label="{{t " Offline_contacts_are_hidden"}}"
+ data-offline-hidden-label="{{t "Offline_contacts_are_hidden"}}"
data-presence-offline-label="{{t "You_are_currently_offline"}}"></ul>
</div>
<div class="jsxc-roster-status"></div>