mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-09-19 04:59:01 +00:00
xmpp: Adjust message for domain not set
This commit is contained in:
parent
fd4959da0c
commit
b7293e8d98
@ -14,6 +14,7 @@ All notable changes to this project will be documented in this file.
|
|||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
- repro: Use firewalld provided SIP services.
|
- repro: Use firewalld provided SIP services.
|
||||||
|
- xmpp: Show more clearly if domain is not set.
|
||||||
|
|
||||||
## [0.11.0] - 2016-09-21
|
## [0.11.0] - 2016-09-21
|
||||||
### Added
|
### Added
|
||||||
|
|||||||
@ -29,15 +29,15 @@
|
|||||||
<p>
|
<p>
|
||||||
{% url 'config:index' as index_url %}
|
{% url 'config:index' as index_url %}
|
||||||
{% if domainname %}
|
{% if domainname %}
|
||||||
{% blocktrans trimmed with domainname=domainname %}
|
{% blocktrans trimmed with domainname=domainname %}
|
||||||
Your XMPP server domain is set to <b>{{ domainname }}</b>. User
|
Your XMPP server domain is set to <b>{{ domainname }}</b>. User
|
||||||
IDs will look like <i>username@{{ domainname }}</i>. You
|
IDs will look like <i>username@{{ domainname }}</i>. You
|
||||||
can setup your domain on the system
|
can setup your domain on the system
|
||||||
<a href="{{ index_url }}">Configure</a> page.
|
|
||||||
{% endblocktrans %}
|
|
||||||
{% else %}
|
|
||||||
Your XMPP is not set up yet, you can setup your domain on the system
|
|
||||||
<a href="{{ index_url }}">Configure</a> page.
|
<a href="{{ index_url }}">Configure</a> page.
|
||||||
|
{% endblocktrans %}
|
||||||
|
{% else %}
|
||||||
|
Your XMPP server domain is not set. You can setup your domain on
|
||||||
|
the system <a href="{{ index_url }}">Configure</a> page.
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user