${modalHeader({
title: translateText("main.solo") || "Solo",
onBack: () => this.close(),
ariaLabel: translateText("common.back"),
rightContent: hasLinkedAccount(this.userMeResponse)
? html`
`
: this.renderNotLoggedInBanner(),
})}
${hasLinkedAccount(this.userMeResponse) && this.hasOptionsChanged()
? html`
${translateText("single_modal.options_changed_no_achievements")}
`
: null}
`;
if (this.inline) {
return content;
}
return html`