Deck card comment notification label improvement

Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
This commit is contained in:
Jérôme Herbinet
2023-05-31 11:06:26 +02:00
committed by Julius Härtl
parent b9316cdd2b
commit af1e413513

View File

@@ -38,7 +38,7 @@ class SettingComment extends Setting {
* @since 11.0.0
*/
public function getName(): string {
return $this->l->t('A <strong>comment</strong> was created on a card');
return $this->l->t('A <strong>comment</strong> was created on a Deck card');
}
/**