This commit is contained in:
Shadowfacts 2024-08-31 11:10:59 -04:00
parent 57c023c973
commit 3e28c012d7
1 changed files with 1 additions and 1 deletions

View File

@ -1295,7 +1295,7 @@ extension TimelineViewController {
// if we didn't add any items, that implies the gap was removed, and we want to to make clear what's happening
if !addedItems {
var config = ToastConfiguration(title: "There's nothing in between!")
var config = ToastConfiguration(title: "That's all, folks!")
config.dismissAutomaticallyAfter = 2
showToast(configuration: config, animated: true)
}