diff --git a/packages/flutter_timeline/lib/src/models/timeline_translations.dart b/packages/flutter_timeline/lib/src/models/timeline_translations.dart index 5156a7a..79adadc 100644 --- a/packages/flutter_timeline/lib/src/models/timeline_translations.dart +++ b/packages/flutter_timeline/lib/src/models/timeline_translations.dart @@ -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",