FIX: An incorrect getter invocation in 0d1045e988 (#596)
This commit is contained in:
parent
0d1045e988
commit
4f24311f57
|
|
@ -420,7 +420,7 @@ function initialize(api) {
|
|||
return I18n.t("notification_reason.user");
|
||||
}
|
||||
|
||||
return super.reasonText(...arguments);
|
||||
return super.reasonText;
|
||||
}
|
||||
}
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in New Issue