Skip to content

Commit

Permalink
code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
VitorVieiraZ committed Nov 21, 2024
1 parent f1ea460 commit 193de9a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Mergin/monthly_contributors_error_dialog.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ def set_dialog_style(self):
upgrade_button.setText("Upgrade")

quota = self.server_response.get("contributors_quota", "#NA")
quota_text = f"You've reached the maximum number of active monthly contributors ({quota}) for your current subscription."
quota_text = (
f"You've reached the maximum number of active monthly contributors ({quota}) for your current subscription."
)
self.label.setText(quota_text)

def open_upgrade_link(self):
Expand Down

0 comments on commit 193de9a

Please sign in to comment.