diff --git a/hushline/templates/base.html b/hushline/templates/base.html index fad3ab7a..3d1f7394 100644 --- a/hushline/templates/base.html +++ b/hushline/templates/base.html @@ -85,20 +85,19 @@ {% if is_onion_service %} {% else %} diff --git a/hushline/templates/directory.html b/hushline/templates/directory.html index 2eeecb7c..8adcd246 100644 --- a/hushline/templates/directory.html +++ b/hushline/templates/directory.html @@ -70,14 +70,13 @@

User Directory

{% if not logged_in %}

- ⭐️ Verified accounts are offered to individuals who have manually verified - their identities with a member of our staff. + ⭐️ Verified accounts are offered to organizations and individuals who have + manually verified their identities with a member of our staff. Learn more about verification. + >Learn more about verification.

{% endif %} diff --git a/hushline/version.py b/hushline/version.py index 98a433b3..3dd3d2d5 100644 --- a/hushline/version.py +++ b/hushline/version.py @@ -1 +1 @@ -__version__ = "0.4.5" +__version__ = "0.4.6"