discourse/app/assets/javascripts/admin/views/modals/admin-agree-flag.js.es6

7 lines
211 B
Plaintext
Raw Normal View History

import ModalBodyView from "discourse/views/modal-body";
export default ModalBodyView.extend({
2014-08-04 16:48:04 -04:00
templateName: 'admin/templates/modal/admin_agree_flag',
title: I18n.t('admin.flags.agree_flag_modal_title')
});