fix: decapitalize capital letter in app bar on add post screen

This commit is contained in:
Jacques 2025-02-17 15:58:24 +01:00
parent 4befa42ac4
commit 1aa50292c7

View file

@ -22,7 +22,7 @@ class TimelineTranslations {
this.contentTitleHint = "Content...",
this.titleErrorText = "Please enter a title",
this.contentErrorText = "Please enter content",
this.addPost = "Add post",
this.addPost = "add post",
this.overviewButton = "Overview",
this.chooseCategory = "Choose a category",
this.addCategory = "Add category",