mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-05-07 14:44:01 +00:00
feat(tools/check_qml): update text
This commit is contained in:
parent
580347cd0f
commit
ac5e620e0a
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ done < $RESOURCES_FILE
|
|||
if [[ $so_far_so_good == 0 ]]; then
|
||||
printf "${GREEN}Done. No qml error found.\n"
|
||||
else
|
||||
printf "${RED}One or more errors were found.\n"
|
||||
printf "${RED}One or more errors were found. Please to fix them.\n"
|
||||
fi
|
||||
printf "${NC}"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue