Skip to content

Commit 260a8f5

Browse files
authored
Merge pull request #425 from klutvott123/fix-some-strings
Rename script in TOOLS menu
2 parents 882f662 + 3e1c5f9 commit 260a8f5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/SCRIPTS/BF/vtx_tables.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,4 +116,4 @@ local function getVtxTables()
116116
return vtxTablesReceived
117117
end
118118

119-
return { f = getVtxTables, t = "Downloading VTX Tables" }
119+
return { f = getVtxTables, t = "Downloading VTX tables" }

src/SCRIPTS/TOOLS/bf.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
local toolName = "TNS|Betaflight setup|TNE"
1+
local toolName = "TNS|Betaflight Config|TNE"
22
chdir("/SCRIPTS/BF")
33

44
apiVersion = 0

0 commit comments

Comments
 (0)