Skip to content

Commit

Permalink
Replace Collation with Collations mariuz#352
Browse files Browse the repository at this point in the history
  • Loading branch information
jdochoa committed Nov 25, 2023
1 parent 81b6408 commit 516eee8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/metadata/Collation.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ void Collations::loadChildren()
}

Collations::Collations(DatabasePtr database)
: MetadataCollection<Collation>(ntCollations, database, _("Collation"))
: MetadataCollection<Collation>(ntCollations, database, _("Collations"))
{
}

Expand Down

0 comments on commit 516eee8

Please sign in to comment.