mirror of
https://github.com/chenasraf/nextcloud-pantry.git
synced 2026-05-17 17:28:01 +00:00
fix(l10n): update translation strings
This commit is contained in:
@@ -68,7 +68,7 @@ class Notifier implements INotifier {
|
||||
case 'note_created':
|
||||
if ($count <= 1) {
|
||||
$notification->setRichSubject(
|
||||
$l->t('{user} added a note "{title}" in {house}'),
|
||||
$l->t('{user} added note "{title}" in {house}'),
|
||||
[
|
||||
'user' => $userParam,
|
||||
'title' => [
|
||||
@@ -94,7 +94,7 @@ class Notifier implements INotifier {
|
||||
case 'note_edited':
|
||||
if ($count <= 1) {
|
||||
$notification->setRichSubject(
|
||||
$l->t('{user} edited the note "{title}" in {house}'),
|
||||
$l->t('{user} edited note "{title}" in {house}'),
|
||||
[
|
||||
'user' => $userParam,
|
||||
'title' => [
|
||||
|
||||
Reference in New Issue
Block a user