ready to release
This commit is contained in:
parent
7879cb795f
commit
1ed2f32c49
|
@ -218,7 +218,7 @@ public class Notifications {
|
|||
String toReturn = "Could not set notifications";
|
||||
if (result) {
|
||||
toReturn = "Notifications have been set";
|
||||
toReturn += setting.isDisableNotification() ? " OFF ": " ON ";
|
||||
toReturn += setting.isDisableNotification() ? " OFF (for 29 days unless re-enabled manually) ": " ON ";
|
||||
toReturn += "for username=" + setting.getUsername();
|
||||
}
|
||||
responseBean.setSuccess(true);
|
||||
|
|
Loading…
Reference in New Issue