qsgen2: Change color of text if no pages of blogs found to magenta

This commit is contained in:
Stig-Ørjan Smelror 2024-02-03 20:42:43 +01:00
parent 288acf6a53
commit 3d00df3936

4
qsgen2
View File

@ -355,7 +355,7 @@ function _pages() {
_pages_cache
if [[ ${no_pages_found} == "true" ]]; then
_msg std "* You do not have any pages *"
_msg sub "* You do not have any pages *"
return
fi
@ -486,7 +486,7 @@ function _blogs() {
_list_blogs
if [[ ${no_blogs_found} == "true" ]]; then
_msg std "* You do not have any blogs *"
_msg sub "* You do not have any blogs *"
return
fi