removed re-parsing of certificate

This commit is contained in:
csoler 2022-02-12 18:32:36 +01:00
parent 24d5fc9eca
commit 2428ebf6c3
2 changed files with 1 additions and 16 deletions

View file

@ -303,13 +303,9 @@ QString ConfCertDialog::getCertificateDescription(const RsPeerDetails& detail,bo
QString infotext;
if(use_short_format)
{
infotext += tr("<p>This Retroshare ID contains:") ;
}
else
{
infotext += tr("<p>This certificate contains:") ;
}
infotext += "<UL>" ;