Merge pull request #3505 from nextcloud/Valdnet-patch-1

This commit is contained in:
Julius Härtl
2022-01-03 08:32:11 +01:00
committed by GitHub

View File

@@ -157,7 +157,7 @@ class TrelloJsonService extends ABoardImportService {
); );
$message = $this->l10n->t( $message = $this->l10n->t(
"This comment has more than %s characters.\n" . "This comment has more than %s characters.\n" .
"Added as an attachment to the card with name %s\n" . "Added as an attachment to the card with name %s.\n" .
"Accessible on URL: %s.", "Accessible on URL: %s.",
[ [
IComment::MAX_MESSAGE_LENGTH, IComment::MAX_MESSAGE_LENGTH,