Core/CrashHandler: Update placeholder text

This commit is contained in:
jackpoz
2019-04-28 17:53:19 +02:00
parent 25bcb1a0b2
commit 37478c5ac1

View File

@@ -1503,7 +1503,7 @@ std::string SymbolDetail::ToString()
if (!Value.empty())
{
if (Name == "passwd" || Name == "password")
Value = "<sensible data>";
Value = "<sensitive data>";
formatted += " = " + Value;
}
return formatted;