mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-06-26 16:46:51 +08:00
FolderListing AppBar: Make the title a plural
Folders instead of Folder
This commit is contained in:
@ -107,7 +107,7 @@ class _FolderListingScreenState extends State<FolderListingScreen> {
|
||||
},
|
||||
);
|
||||
|
||||
var title = const Text("Folder");
|
||||
var title = const Text("Folders");
|
||||
if (selectedFolder != null) {
|
||||
title = const Text("Folder Selected");
|
||||
}
|
||||
|
Reference in New Issue
Block a user