Remove duplicate word

This commit is contained in:
Dustin J. Mitchell 2025-03-29 14:31:58 -04:00
parent 7bf3be2f07
commit 0802e3899a
No known key found for this signature in database

View file

@ -218,7 +218,7 @@ void CmdContext::defineContext(const std::vector<std::string>& words, std::strin
if (!valid_write_context) {
std::stringstream warning;
warning
<< format("The filter '{1}' is not a valid modification string, because it contains {2}.",
<< format("The filter '{1}' is not a valid modification string, because it {2}.",
value, reason)
<< "\nAs such, value for the write context cannot be set (context will not apply on task "
"add / task log).\n\n"