forked from I2P_Developers/i2p.i2p
Corrected output of message to notice instead of error on summary bar config page
This commit is contained in:
@ -137,8 +137,8 @@ public class ConfigSummaryHandler extends FormHandler {
|
||||
}
|
||||
}
|
||||
SummaryHelper.saveSummaryBarSections(_context, "default", sections);
|
||||
addFormError(_("Saved order of sections.") + " " +
|
||||
_("Summary bar will refresh shortly."));
|
||||
addFormNotice(_("Saved order of sections.") + " " +
|
||||
_("Summary bar will refresh shortly."));
|
||||
} else {
|
||||
addFormError(_("Unsupported"));
|
||||
}
|
||||
|
Reference in New Issue
Block a user