Skip to content

Commit

Permalink
change sed to built'n
Browse files Browse the repository at this point in the history
  • Loading branch information
bigbruno committed May 31, 2023
1 parent c8dd6f5 commit 5146823
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ colStart="start" grid
else
checked="unchecked"
fi
check="$checked" marginTop="2" text="$(echo $app | sed -r 's/\b[a-z]+/\u&/g')" id="$i" run="B_configurePreload/change-preload.run $app" border="1" switch
check="$checked" marginTop="2" text="${app^}" id="$i" run="B_configurePreload/change-preload.run $app" border="1" switch
done

# Fechamento
Expand Down

0 comments on commit 5146823

Please sign in to comment.