Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
l10n: Remove comma
Signed-off-by: Valdnet <[email protected]>
  • Loading branch information
Valdnet authored Apr 12, 2022
commit 13b5118c767ce039d57c72d137c14b12d81e1d0a
2 changes: 1 addition & 1 deletion apps/dav/lib/UserMigration/CalendarMigrator.php
Original file line number Diff line number Diff line change
Expand Up @@ -483,6 +483,6 @@ public function getDisplayName(): string {
* {@inheritDoc}
*/
public function getDescription(): string {
return $this->l10n->t('Calendars including events, details, and attendees');
return $this->l10n->t('Calendars including events, details and attendees');
}
}