Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Use more descriptive displayId
Signed-off-by: Christopher Ng <[email protected]>
  • Loading branch information
Pytal committed Nov 4, 2021
commit addb5310532ddf53c33d72e12c1931542d1984a0
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