feat: Group deck activity settings

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl
2023-08-22 08:07:03 +02:00
parent af1e413513
commit 8e4c783c97
6 changed files with 103 additions and 10 deletions

View File

@@ -23,7 +23,7 @@
namespace OCA\Deck\Activity;
class SettingComment extends Setting {
class SettingComment extends SettingBase {
/**
* @return string Lowercase a-z and underscore only identifier
@@ -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 Deck card');
return $this->l->t('A <strong>comment</strong> was created on a card');
}
/**