Skip to content

Commit a31dd93

Browse files
jancborchardtjuliusknorr
authored andcommitted
First run app recommendation wording fixes
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
1 parent f06a744 commit a31dd93

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

lib/Notification/Notifier.php

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -132,23 +132,23 @@ protected function setAppHintDetails(INotification $notification, $languageCode,
132132
$appLink = '';
133133
switch ($app) {
134134
case 'calendar':
135-
$notification->setParsedSubject($l->t('App recommendation - Nextcloud Calendar'));
136-
$notification->setParsedMessage($l->t('Schedule work and meetings online'));
135+
$notification->setParsedSubject($l->t('App recommendation: Nextcloud Calendar'));
136+
$notification->setParsedMessage($l->t('Schedule work & meetings, synced with all your devices.'));
137137
$appLink = '/organization/calendar';
138138
break;
139139
case 'contacts':
140-
$notification->setParsedSubject($l->t('App recommendation - Install Nextcloud Contacts'));
141-
$notification->setParsedMessage($l->t('Keep your relations organized'));
140+
$notification->setParsedSubject($l->t('App recommendation: Nextcloud Contacts'));
141+
$notification->setParsedMessage($l->t('Keep your colleagues and friends in one place without leaking their private info.'));
142142
$appLink = '/organization/contacts';
143143
break;
144144
case 'mail':
145-
$notification->setParsedSubject($l->t('App recommendation - Nextcloud Mail'));
146-
$notification->setParsedMessage($l->t('Send and receive emails in a breeze'));
145+
$notification->setParsedSubject($l->t('App recommendation: Nextcloud Mail'));
146+
$notification->setParsedMessage($l->t('Simple email app nicely integrated with Files, Contacts and Calendar.'));
147147
$appLink = '/social/mail';
148148
break;
149149
case 'spreed':
150-
$notification->setParsedSubject($l->t('App recommendation - Nextcloud Talk'));
151-
$notification->setParsedMessage($l->t('Screensharing, online meetings & web conferencing without data leaks'));
150+
$notification->setParsedSubject($l->t('App recommendation: Nextcloud Talk'));
151+
$notification->setParsedMessage($l->t('Screensharing, online meetings and web conferencing – on desktop and with mobile apps.'));
152152
$appLink = '/social/spreed';
153153
break;
154154
}

0 commit comments

Comments
 (0)