From d52fb5ca5c718e62bf72fb186b536c153f59fc76 Mon Sep 17 00:00:00 2001 From: Collin Fair Date: Sun, 7 Sep 2014 09:15:16 -0700 Subject: [PATCH] Make display abbreviation more obvious --- tapiriik/services/Motivato/motivato.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tapiriik/services/Motivato/motivato.py b/tapiriik/services/Motivato/motivato.py index 57bc3d634..489c62a11 100644 --- a/tapiriik/services/Motivato/motivato.py +++ b/tapiriik/services/Motivato/motivato.py @@ -16,7 +16,7 @@ class MotivatoService(ServiceBase): ID = "motivato" DisplayName = "Motivato" - DisplayAbbreviation = "M" + DisplayAbbreviation = "MOT" AuthenticationType = ServiceAuthenticationType.UsernamePassword RequiresExtendedAuthorizationDetails = True