Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisLoer committed Jan 14, 2025
1 parent b8cf59c commit c673606
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions felt/gui/create_map_dialog.py
Original file line number Diff line number Diff line change
Expand Up @@ -540,8 +540,9 @@ def _upload_terminated(self):

if self.map_uploader_task.paid_plan_error:
error_message = self.tr(
'Uploading files to Felt requires a paid plan, please visit'
' <a href=\'https://felt.com/pricing\'>felt.com/pricing</a>'
'Uploading files to Felt requires a paid plan, '
'please visit '
'<a href=\'https://felt.com/pricing\'>felt.com/pricing</a>'
' or contact <a href=\'mailto:[email protected]\'>'
'[email protected]</a>.'
)
Expand Down

0 comments on commit c673606

Please sign in to comment.