2021-12-15 10:16:41 -05:00
|
|
|
{{#if show}}
|
2023-04-28 09:14:49 -04:00
|
|
|
<TopicNavigationPopup @popupId="solved-notice" @dismissDuration={{oneWeek}}>
|
2021-12-15 10:16:41 -05:00
|
|
|
<h3>{{i18n "solved.no_answer.title"}}</h3>
|
|
|
|
<p>{{i18n "solved.no_answer.description"}}</p>
|
2023-04-28 09:14:49 -04:00
|
|
|
</TopicNavigationPopup>
|
2023-01-04 07:39:38 -05:00
|
|
|
{{/if}}
|