Merge pull request #479 from CoBC/tr_relationship

Add "Relationship" to translation
This commit is contained in:
Manuel Cortez 2022-07-07 08:41:40 -05:00 committed by GitHub
commit 3702405f8c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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