Skip to content

Commit 1350fc4

Browse files
committed
https://github.com/humhub/mail/issues/68#issuecomment-3768673170
1 parent 3a73c34 commit 1350fc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

models/Config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ public function attributeLabels()
8888
'newUserMessageRestriction' => Yii::t('MailModule.base', 'Max number of messages allowed for a new user per day'),
8989
'userConversationRestriction' => Yii::t('MailModule.base', 'Max number of new conversations allowed for a user per day'),
9090
'userMessageRestriction' => Yii::t('MailModule.base', 'Max messages allowed per day'),
91-
'titleStatus' => Yii::t('MailModule.base', 'Subject status'),
91+
'titleStatus' => Yii::t('MailModule.base', 'Subject'),
9292
];
9393
}
9494

0 commit comments

Comments
 (0)