Skip to content

Commit

Permalink
Replace 'fresh' with 'download' in data banner
Browse files Browse the repository at this point in the history
  • Loading branch information
dezhin committed Apr 19, 2022
1 parent 215bd79 commit bc582f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/qms_service_toolbox.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,8 @@ def show_news(self):

#qms_news = client.get_news()
qms_news = QmsNews({
'ru': u'<a href="https://data.nextgis.com/ru?source=qgis&utm_source=qgis_plugin&utm_medium=banner">\u0421\u0432\u0435\u0436\u0438\u0435 \u0433\u0435\u043e\u0434\u0430\u043d\u043d\u044b\u0435 \u0434\u043b\u044f \u043f\u0440\u043e\u0435\u043a\u0442\u0430</a>',
'en': u'<a href="https://data.nextgis.com/en?source=qgis&utm_source=qgis_plugin&utm_medium=banner">Fresh geodata</a> for your project',
'ru': u'<a href="https://data.nextgis.com/ru?source=qgis&utm_source=qgis_plugin&utm_medium=banner">\u0421\u043a\u0430\u0447\u0430\u0439\u0442\u0435 \u0433\u0435\u043e\u0434\u0430\u043d\u043d\u044b\u0435</a> \u0434\u043b\u044f \u043f\u0440\u043e\u0435\u043a\u0442\u0430',
'en': u'<a href="https://data.nextgis.com/en?source=qgis&utm_source=qgis_plugin&utm_medium=banner">Download geodata</a> for your project',
})

if qms_news is None:
Expand Down

0 comments on commit bc582f4

Please sign in to comment.