Skip to content

Commit

Permalink
Merge pull request #43 from owncloud/changed-title-login
Browse files Browse the repository at this point in the history
Changed title in 2FA login
  • Loading branch information
Vincent Petry authored Jan 16, 2018
2 parents 839a46b + 18a17cd commit 555f55c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Provider/TotpProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public function getId() {
* @return string
*/
public function getDisplayName() {
return 'TOTP (Google Authenticator)';
return 'Time-based One-time Password';
}

/**
Expand Down

0 comments on commit 555f55c

Please sign in to comment.