Skip to content

Commit

Permalink
Merge pull request #1356 from nextcloud/Jerome-Herbinet-remove-nextcl…
Browse files Browse the repository at this point in the history
…oud-from-some-notif-wordings

Shorder and more consistent wordings (compared to others)
  • Loading branch information
come-nc authored Sep 17, 2024
2 parents ef71fcf + 2881836 commit 4550ab7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/Notification/Notifier.php
Original file line number Diff line number Diff line change
Expand Up @@ -154,17 +154,17 @@ protected function setAppHintDetails(INotification $notification, $languageCode,
$appLink = '';
switch ($app) {
case 'calendar':
$notification->setParsedSubject($l->t('App recommendation: Nextcloud Calendar'));
$notification->setParsedSubject($l->t('App recommendation: Calendar'));
$notification->setParsedMessage($l->t('Schedule work & meetings, synced with all your devices.'));
$appLink = '/organization/calendar';
break;
case 'contacts':
$notification->setParsedSubject($l->t('App recommendation: Nextcloud Contacts'));
$notification->setParsedSubject($l->t('App recommendation: Contacts'));
$notification->setParsedMessage($l->t('Keep your colleagues and friends in one place without leaking their private info.'));
$appLink = '/organization/contacts';
break;
case 'mail':
$notification->setParsedSubject($l->t('App recommendation: Nextcloud Mail'));
$notification->setParsedSubject($l->t('App recommendation: Mail'));
$notification->setParsedMessage($l->t('Simple email app nicely integrated with Files, Contacts and Calendar.'));
$appLink = '/social/mail';
break;
Expand Down

0 comments on commit 4550ab7

Please sign in to comment.