ObjectController is deprecated
This commit is contained in:
parent
3ebc9d2ab1
commit
e1fda2b108
|
@ -1,6 +1,4 @@
|
|||
import ObjectController from "discourse/controllers/object";
|
||||
|
||||
export default ObjectController.extend({
|
||||
export default Ember.Controller.extend({
|
||||
|
||||
stopNotificiationsText: function() {
|
||||
return I18n.t("topic.unsubscribe.stop_notifications", { title: this.get("model.fancyTitle") });
|
||||
|
|
Loading…
Reference in New Issue