Skip to content

Commit

Permalink
l10n: Align notification messages for server version and apps
Browse files Browse the repository at this point in the history
Solution for #35768

Reported at Transifex.

Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>


Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
  • Loading branch information
rakekniven authored Dec 14, 2022
1 parent 04f6862 commit b3b787a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/updatenotification/lib/Notification/Notifier.php
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ public function prepare(INotification $notification, string $languageCode): INot
$this->updateAlreadyInstalledCheck($notification, $this->getCoreVersions());

$parameters = $notification->getSubjectParameters();
$notification->setParsedSubject($l->t('Update to %1$s is available.', [$parameters['version']]));
$notification->setParsedSubject($l->t('Update for Nextcloud to version %1$s is available.', [$parameters['version']]));

if ($this->isAdmin()) {
$notification->setLink($this->url->linkToRouteAbsolute('settings.AdminSettings.index', ['section' => 'overview']) . '#version');
Expand Down

0 comments on commit b3b787a

Please sign in to comment.