diff --git a/snappass/templates/base.html b/snappass/templates/base.html index 1ba67ac..140dc6d 100644 --- a/snappass/templates/base.html +++ b/snappass/templates/base.html @@ -1,7 +1,7 @@ - Send Password + Snappass - Share Secrets @@ -13,7 +13,7 @@ diff --git a/snappass/templates/confirm.html b/snappass/templates/confirm.html index 0631501..7fe8b29 100644 --- a/snappass/templates/confirm.html +++ b/snappass/templates/confirm.html @@ -3,8 +3,8 @@ {% block content %}
- -

The password has been temporarily saved. Send the following URL to your intended recipient.

+ +

The secret has been temporarily saved. Send the following URL to your intended recipient.

diff --git a/snappass/templates/password.html b/snappass/templates/password.html index cbfcdff..1cac3ac 100644 --- a/snappass/templates/password.html +++ b/snappass/templates/password.html @@ -3,8 +3,8 @@ {% block content %}
- -

Save the following password to a secure location.

+ +

Save the following secret to a secure location.

@@ -18,7 +18,7 @@
-

The password has now been permanently deleted from the system, and the URL will no longer work. Refresh this page to verify.

+

The secret has now been permanently deleted from the system, and the URL will no longer work. Refresh this page to verify.

{% endblock %} diff --git a/snappass/templates/set_password.html b/snappass/templates/set_password.html index 85b4418..f3145fb 100644 --- a/snappass/templates/set_password.html +++ b/snappass/templates/set_password.html @@ -3,7 +3,7 @@ {% block content %}
- +
@@ -28,10 +28,10 @@

Using SnapPass

-

SnapPass allows you to share passwords in a secure, ephemeral way.

+

SnapPass allows you to share secrets in a secure, ephemeral way.

    -
  1. Input a password, its expiration time, and click Generate URL
  2. +
  3. Input a secret, its expiration time, and click Generate URL
  4. Share the one-time use URL with your intended recipient