From 1aa50292c7466f995b55d62414b836f278fccb0d Mon Sep 17 00:00:00 2001 From: Jacques Date: Mon, 17 Feb 2025 15:58:24 +0100 Subject: [PATCH] fix: decapitalize capital letter in app bar on add post screen --- .../flutter_timeline/lib/src/models/timeline_translations.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",