mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-23 11:23:27 +08:00
9 lines
268 B
Text
Vendored
9 lines
268 B
Text
Vendored
import { i18n } from "discourse-i18n";
|
|
|
|
const InfoHeader = <template>
|
|
<div class="form-templates--info">
|
|
<h2>{{i18n "admin.form_templates.title"}}</h2>
|
|
<p class="desc">{{i18n "admin.form_templates.help"}}</p>
|
|
</div>
|
|
</template>;
|
|
export default InfoHeader;
|