{!yamlMode &&
(() => {
const resetScopeLabel = isSearching
? t.config.searchResults
: prettyCategoryName(activeCategory);
const resetTitle = t.config.resetScopeTooltip.replace(
"{scope}",
resetScopeLabel,
);
return (
);
})()}
{yamlMode ? (
}
>
{yamlSaving ? t.common.saving : t.common.save}
) : (
}
>
{saving ? t.common.saving : t.common.save}
)}