Add "Relationship" to translation

This commit is contained in:
Corentin Bacqué-Cazenave 2022-06-23 10:27:09 +02:00
parent a138b8c02e
commit 22b8d91612

View File

@ -107,7 +107,7 @@ class profileController(object):
string = string+ _(u"Protected: %s\n") % (protected)
if hasattr(self, "friendship_status"):
relation = False
friendship = "Relationship: "
friendship = _(u"Relationship: ")
if self.friendship_status[0].following:
friendship += _(u"You follow {0}. ").format(self.data.name,)
relation = True