Skip to content

Commit 1182425

Browse files
committed
Use more descriptive displayId
Signed-off-by: Christopher Ng <chrng8@gmail.com>
1 parent b3b7dc9 commit 1182425

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Profile/TalkAction.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ public function getId(): string {
7676
}
7777

7878
public function getDisplayId(): string {
79-
return $this->l->t('Talk');
79+
return $this->l->t('Reach me via Talk');
8080
}
8181

8282
public function getTitle(): string {

0 commit comments

Comments
 (0)