Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update create map dialog to indicate the plugin requires a paid Felt plan #92

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading