ready to release

This commit is contained in:
Massimiliano Assante 2022-09-16 14:35:51 +02:00
parent 7879cb795f
commit 1ed2f32c49
1 changed files with 1 additions and 1 deletions

View File

@ -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);