mirror of
https://github.com/Iconica-Development/flutter_timeline.git
synced 2025-05-19 02:23:46 +02:00
fix: decapitalize capital letter in app bar on add post screen
This commit is contained in:
parent
4befa42ac4
commit
1aa50292c7
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue