Skip to content

Commit

Permalink
Use more descriptive displayId
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Ng <chrng8@gmail.com>
  • Loading branch information
Pytal committed Nov 4, 2021
1 parent 951db80 commit addb531
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Profile/TalkAction.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ public function getId(): string {
}

public function getDisplayId(): string {
return $this->l->t('Talk');
return $this->l->t('Contact via Talk');
}

public function getTitle(): string {
Expand Down

0 comments on commit addb531

Please sign in to comment.