Mercurial > xmpp-account-manager
diff index.xhtml @ 53:9b612be4dd0b
Add a warning about avatars in presence access_model.
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> |
---|---|
date | Sat, 23 May 2020 21:34:36 +0200 |
parents | 2f45bee88b47 |
children | 6a7a99f5a0ca |
line wrap: on
line diff
--- a/index.xhtml +++ b/index.xhtml @@ -72,8 +72,8 @@ <label for="avatar-access">{% trans 'Who can see your avatar?' %}</label> <img width="24" height="24" id="access-model-avatar-spinner" hidden=""/> <select class="form-control" id="avatar-access" disabled=""> -<option value="open">{% trans 'Anyone (pick this if you use public groupchats)' %}</option> -<option value="presence">{% trans 'Only your contacts' %}</option> +<option value="open">{% trans 'Anyone (pick this if you use public channel)' %}</option> +<option value="presence">{% trans 'Only your contacts (⚠️ your avatar won’t be usable in public channels)' %}</option> </select> </p> </div>