diff --git a/dist/templates/upload/upload-ok.html.hbs b/dist/templates/upload/upload-ok.html.hbs index b0be2c4..4417d02 100644 --- a/dist/templates/upload/upload-ok.html.hbs +++ b/dist/templates/upload/upload-ok.html.hbs @@ -8,6 +8,8 @@ {{#if is_revoked}}

{{ text "This key is revoked." }} +

+

{{ text "It is published without identity information and can't be made available for search by email address. (What does this mean?)" }}

{{else}} diff --git a/po/hagrid/hagrid.pot b/po/hagrid/hagrid.pot index a3ebc38..b43687c 100644 --- a/po/hagrid/hagrid.pot +++ b/po/hagrid/hagrid.pot @@ -31,7 +31,7 @@ msgid "Looks like something went wrong :(" msgstr "" #: src/gettext_strings.rs:6 -msgid "Error: {{ internal_error }}" +msgid "Error message: {{ internal_error }}" msgstr "" #: src/gettext_strings.rs:7 diff --git a/src/gettext_strings.rs b/src/gettext_strings.rs index 49f872c..ed77888 100644 --- a/src/gettext_strings.rs +++ b/src/gettext_strings.rs @@ -3,7 +3,7 @@ use gettext_macros::t; fn _dummy() { t!("Error"); t!("Looks like something went wrong :("); - t!("Error: {{ internal_error }}"); + t!("Error message: {{ internal_error }}"); t!("There was an error with your request:"); t!("We found an entry for {{ query }}:"); t!("Hint: It's more convenient to use keys.openpgp.org from your OpenPGP software.
Take a look at our usage guide for details.");