Skip to content

Commit

Permalink
Update create map dialog to indicate the plugin requires a paid Felt …
Browse files Browse the repository at this point in the history
…plan
  • Loading branch information
drewhgood authored Dec 5, 2024
1 parent 623e2e1 commit 7523ff4
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions felt/gui/create_map_dialog.py
Original file line number Diff line number Diff line change
Expand Up @@ -539,10 +539,9 @@ def _upload_terminated(self):
)

error_message = \
self.tr('There was an error uploading this file, please '
'contact <a href="mailto:[email protected]">'
'[email protected]</a> '
'for help fixing the issue')
self.tr('The QGIS plugin requires a paid plan in Felt. '
'Subscribe in Felt here: <a href="https://felt.com/maps/latest/billing">'
'https://felt.com/maps/latest/billing</a>.')

if self.map_uploader_task.error_string:
error_message += '<p><b>{}</b></p>'.format(
Expand Down

0 comments on commit 7523ff4

Please sign in to comment.