Skip to content
This repository was archived by the owner on May 8, 2018. It is now read-only.

Commit 1fa35e7

Browse files
author
Ruben Schmidmeister
committed
Update survey wording
1 parent 5a0457e commit 1fa35e7

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

Survey/src/Renderers/PageContent/SurveyPageContentRenderer.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,13 @@ public function render(PageModel $model, Document $template)
5353
$logoImage->setAttribute('height', '60px');
5454
$logoLink->appendChild($logoImage);
5555

56+
if ($model->getVersion() === 'post') {
57+
$text = $template->createElement('p');
58+
$text->setClassName('basic-heading-b _margin-after-s');
59+
$text->appendText('After using timetab.io for a while what has improved?');
60+
$logoContainer->appendChild($text);
61+
}
62+
5663
$form = $template->createElement('form');
5764
$form->setAttribute('is', 'ajax-form');
5865
$form->setAttribute('action', '/action/survey');

Worker/data/mails/survey.xhtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<tr>
3030
<td style="padding: 0 32px 16px 32px;">
3131
<p style="font-family: 'Arial', sans-serif; font-weight: normal; font-size: 16px; color: #191919; margin: 0;">
32-
Our project is now almost at an end.
32+
Our private beta is now almost at an end.
3333
</p>
3434
</td>
3535
</tr>

0 commit comments

Comments
 (0)