diff --git a/plinth/modules/email/manifest.py b/plinth/modules/email/manifest.py index 8927516fb..0a8ef49d4 100644 --- a/plinth/modules/email/manifest.py +++ b/plinth/modules/email/manifest.py @@ -34,17 +34,17 @@ clients = [ }, { 'name': - _('K-9 Mail'), + _('Thunderbird Mobile'), 'platforms': [{ 'type': 'store', 'os': 'android', 'store_name': 'f-droid', - 'url': store_url('f-droid', 'com.fsck.k9') + 'url': store_url('f-droid', 'net.thunderbird.android') }, { 'type': 'store', 'os': 'android', 'store_name': 'google-play', - 'url': store_url('google-play', 'com.fsck.k9') + 'url': store_url('google-play', 'net.thunderbird.android') }] }, {