mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 23:58:31 -05:00
7 lines
213 B
Text
7 lines
213 B
Text
|
import ModalBodyView from "discourse/views/modal-body";
|
||
|
|
||
|
export default ModalBodyView.extend({
|
||
|
templateName: 'admin/templates/modal/admin_delete_flag',
|
||
|
title: I18n.t('admin.flags.delete_flag_modal_title')
|
||
|
});
|