about dialog: fix typo

This commit is contained in:
Subhraman Sarkar 2024-10-15 20:05:57 +05:30
parent cff803d2ef
commit 63d6fbf89d

View File

@ -41,8 +41,8 @@
namespace
{
const std::string text_feature_on = markup::span_color("#0f0", "&#9679");
const std::string text_feature_off = markup::span_color("#f00", "&#9679");
const std::string text_feature_on = markup::span_color("#0f0", "●");
const std::string text_feature_off = markup::span_color("#f00", "●");
} // end anonymous namespace