mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-07-11 04:54:20 +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) {
|
if (selectedFolder != null) {
|
||||||
title = const Text("Folder Selected");
|
title = const Text("Folder Selected");
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user