+ content={
+ status === "allowed"
+ ? t("chat:commandExecution.removeFromAllowed")
+ : t("chat:commandExecution.addToAllowed")
+ }>
+ content={
+ status === "denied"
+ ? t("chat:commandExecution.removeFromDenied")
+ : t("chat:commandExecution.addToDenied")
+ }>