mirror of
https://gitlab.com/hagrid-keyserver/hagrid.git
synced 2023-02-13 20:55:02 -05:00
fixup! i18n: incorporate feedback from AO
This commit is contained in:
parent
b91750372f
commit
c57c00b390
2 changed files with 2 additions and 2 deletions
|
@ -236,7 +236,7 @@ msgid "Verifying your email address…"
|
|||
msgstr ""
|
||||
|
||||
#: src/gettext_strings.rs:56
|
||||
msgid "If the process doesn't complete after a few seconds, plese <input type=\"submit\" class=\"textbutton\" value=\"click here\" />."
|
||||
msgid "If the process doesn't complete after a few seconds, please <input type=\"submit\" class=\"textbutton\" value=\"click here\" />."
|
||||
msgstr ""
|
||||
|
||||
#: src/gettext_strings.rs:58
|
||||
|
|
|
@ -53,7 +53,7 @@ fn _dummy() {
|
|||
t!("Your keys have been successfully uploaded:");
|
||||
t!("<strong>Note:</strong> To make keys searchable by email address, you must upload them individually.");
|
||||
t!("Verifying your email address…");
|
||||
t!("If the process doesn't complete after a few seconds, plese <input type=\"submit\" class=\"textbutton\" value=\"click here\" />.");
|
||||
t!("If the process doesn't complete after a few seconds, please <input type=\"submit\" class=\"textbutton\" value=\"click here\" />.");
|
||||
|
||||
t!("Manage your key on {{domain}}");
|
||||
|
||||
|
|
Loading…
Reference in a new issue