Skip to content

Commit

Permalink
[tui] Fix issue #19
Browse files Browse the repository at this point in the history
  • Loading branch information
goldyfruit committed Nov 16, 2023
1 parent f159d2e commit fab79d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tui/language.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ whiptail_args=(
--title "Open Voice OS Installation - Language"
--radiolist "$message"
--cancel-button "Exit"
25 80 "${#available_profiles[@]}"
25 80 "${#available_languages[@]}"
)

for language in "${available_languages[@]}"; do
Expand Down

0 comments on commit fab79d2

Please sign in to comment.