diff --git a/src/call.cpp b/src/call.cpp
index 19d3698c54c7099f7a4deaeb33a065b2fbdf3642..a72b100fa5d517db71d389a78119e5a5da62459f 100644
--- a/src/call.cpp
+++ b/src/call.cpp
@@ -804,7 +804,7 @@ const QString Call::formattedName() const
    if (type() == Call::Type::CONFERENCE)
       return tr("Conference");
    else if (!peerContactMethod())
-      return "Error";
+      return tr("Error");
    else if (peerContactMethod()->contact() && !peerContactMethod()->contact()->formattedName().isEmpty())
       return peerContactMethod()->contact()->formattedName();
    else if (!peerName().isEmpty())