Skip to content

Commit 2e1831c

Browse files
committed
fix: shorten bottom navigation labels
1 parent 73c2d36 commit 2e1831c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/src/main/java/com/opentasker/ui/screens/ActiveAutomationUi.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,9 +133,9 @@ private enum class OpenTaskerScreen(val label: String) {
133133
Tasks("Tasks"),
134134
Flow("Flow"),
135135
Scenes("Scenes"),
136-
Inspector("Inspector"),
136+
Inspector("Inspect"),
137137
Setup("Setup"),
138-
RunLog("Run Log"),
138+
RunLog("Log"),
139139
}
140140

141141
private data class ActionEditState(

0 commit comments

Comments
 (0)