mirror of
https://github.com/Steffo99/greed.git
synced 2024-11-21 21:44:19 +00:00
Fixed typo.
This commit is contained in:
parent
69dfbc15c0
commit
599eba4849
1 changed files with 1 additions and 1 deletions
|
@ -190,7 +190,7 @@ class Transaction(DeferredReflection, TableDeclarativeBase):
|
|||
def text(self, w: "worker.Worker"):
|
||||
string = f"<b>T{self.transaction_id}</b> | {str(self.user)} | {w.Price(self.value)}"
|
||||
if self.refunded:
|
||||
string += f" | {w.loc['emoji_refunded']}"
|
||||
string += f" | {w.loc.get('emoji_refunded')}"
|
||||
if self.provider:
|
||||
string += f" | {self.provider}"
|
||||
if self.notes:
|
||||
|
|
Loading…
Reference in a new issue