Skip to content

Commit

Permalink
Make display abbreviation more obvious
Browse files Browse the repository at this point in the history
  • Loading branch information
cpfair committed Sep 7, 2014
1 parent be993f1 commit d52fb5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tapiriik/services/Motivato/motivato.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
class MotivatoService(ServiceBase):
ID = "motivato"
DisplayName = "Motivato"
DisplayAbbreviation = "M"
DisplayAbbreviation = "MOT"
AuthenticationType = ServiceAuthenticationType.UsernamePassword
RequiresExtendedAuthorizationDetails = True

Expand Down

0 comments on commit d52fb5c

Please sign in to comment.