mirror of
https://github.com/Iconica-Development/flutter_timeline.git
synced 2025-05-19 10:33:44 +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.contentTitleHint = "Content...",
|
||||||
this.titleErrorText = "Please enter a title",
|
this.titleErrorText = "Please enter a title",
|
||||||
this.contentErrorText = "Please enter content",
|
this.contentErrorText = "Please enter content",
|
||||||
this.addPost = "Add post",
|
this.addPost = "add post",
|
||||||
this.overviewButton = "Overview",
|
this.overviewButton = "Overview",
|
||||||
this.chooseCategory = "Choose a category",
|
this.chooseCategory = "Choose a category",
|
||||||
this.addCategory = "Add category",
|
this.addCategory = "Add category",
|
||||||
|
|
Loading…
Reference in a new issue