aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Cleberg <hello@cleberg.net>2024-01-13 20:48:00 -0600
committerChristian Cleberg <hello@cleberg.net>2024-01-13 20:48:00 -0600
commit97d985b66106c428e2c55f5dc144319841f8a8c8 (patch)
tree206896afe69a3ec0405be01222fdd957c05b7d36
parentbd2cc65808b64e84cfb930183d740a5e1b86265c (diff)
downloadlibre-tasks-97d985b66106c428e2c55f5dc144319841f8a8c8.tar.gz
libre-tasks-97d985b66106c428e2c55f5dc144319841f8a8c8.tar.bz2
libre-tasks-97d985b66106c428e2c55f5dc144319841f8a8c8.zip
fix: update title
-rw-r--r--LibreTasks/ContentView.swift2
1 files changed, 1 insertions, 1 deletions
diff --git a/LibreTasks/ContentView.swift b/LibreTasks/ContentView.swift
index 8847716..31faee3 100644
--- a/LibreTasks/ContentView.swift
+++ b/LibreTasks/ContentView.swift
@@ -121,7 +121,7 @@ struct ContentView: View {
}
.onDelete(perform: self.deleteTask)
}
- .navigationBarTitle("Tasks")
+ .navigationBarTitle("LibreTasks")
.toolbar {
ToolbarItemGroup(placement: .navigationBarTrailing) {
EditButton()