fix(translations): change casing of some en labels (#10394)

Co-authored-by: sebastien <lorber.sebastien@gmail.com>
This commit is contained in:
Christian Stangerup 2024-08-13 13:59:05 +02:00 committed by GitHub
parent 221ced7242
commit a1edf51003
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 14 additions and 14 deletions

View file

@ -73,7 +73,7 @@ export function BlogAuthorsListViewAllLabel(): ReactNode {
<Translate
id="theme.blog.authorsList.viewAll"
description="The label of the link targeting the blog authors page">
View All Authors
View all authors
</Translate>
);
}