X-Git-Url: https://git.pterodactylus.net/?p=fms.git;a=blobdiff_plain;f=src%2Fhttp%2Fpages%2Flocalidentitiespage.cpp;h=8d5ab480c3f68872c8db146ec629cabca557b4ed;hp=95649d75dd10c6dd51aec35f3a7c9ce56665bad2;hb=befd91205eff729a182f66de15374a577a8718f7;hpb=4430e7762844c66428b6f822288beb71b7f82b95 diff --git a/src/http/pages/localidentitiespage.cpp b/src/http/pages/localidentitiespage.cpp index 95649d7..8d5ab48 100644 --- a/src/http/pages/localidentitiespage.cpp +++ b/src/http/pages/localidentitiespage.cpp @@ -237,7 +237,8 @@ const std::string LocalIdentitiesPage::GeneratePage(const std::string &method, c content+="
"; content+=""; - content+="

* An identity is considered successfully announced when you have downloaded a trust list from someone that contains the identity.

"; + content+="

* An identity is considered successfully announced when you have downloaded a trust list from someone that contains the identity.

"; + content+="

Single Use Identities will automatically be deleted 7 days after creation.

"; return "HTTP/1.1 200 OK\r\nContent-Type: text/html\r\n\r\n"+StringFunctions::Replace(m_template,"[CONTENT]",content); }