fix missing placeholder replacement

This commit is contained in:
Laura Klünder 2024-12-27 01:23:01 +01:00
parent 0db0ae5cd6
commit c069bf41c9

View file

@ -90,7 +90,7 @@ class RangingBeaconBSSIDsQuest(Quest):
def quest_description(self) -> list[str]: def quest_description(self) -> list[str]:
return [ return [
_("This quest only works in the app. It works fully automatically."), _("This quest only works in the app. It works fully automatically."),
_("We are trying to find the BSSIDs broadcast by “%s”."), _("We are trying to find the BSSIDs broadcast by “%s”.") % self.obj.title,
_("Please stand near “%s” and wait for the submit button to appear.") % self.obj.title, _("Please stand near “%s” and wait for the submit button to appear.") % self.obj.title,
_("This should happen within less than a minute."), _("This should happen within less than a minute."),
] ]