Date/time and device type in quick report.
Fix - invalid campaign when one tried to unsubscribe from a test message before campaign was sent
This commit is contained in:
parent
2e4dc1bce4
commit
b6ed5e56b9
4 changed files with 13 additions and 7 deletions
|
@ -20,7 +20,7 @@ export default class List extends Component {
|
|||
return (
|
||||
<div>
|
||||
<h2>{t('Mailtrain 2 beta')}</h2>
|
||||
<div>{t('Build') + ' 2019-08-31-1200'}</div>
|
||||
<div>{t('Build') + ' 2019-09-05-1547'}</div>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue