mirror of
https://github.com/discourse/discourse.git
synced 2024-12-04 05:23:39 +08:00
7 lines
227 B
Plaintext
7 lines
227 B
Plaintext
|
import ModalBodyView from "discourse/views/modal-body";
|
||
|
|
||
|
export default ModalBodyView.extend({
|
||
|
templateName: 'admin/templates/logs/site_customization_change_modal',
|
||
|
title: I18n.t('admin.logs.staff_actions.modal_title')
|
||
|
});
|