updated notification text

This commit is contained in:
Jack 2021-05-08 19:42:58 +01:00
parent 277f26b15a
commit 780836857f

View file

@ -7,7 +7,7 @@ export function apply(id) {
DB.getSnapshot().presets.forEach((preset) => {
if (preset.id == id) {
Config.apply(JSON.parse(JSON.stringify(preset.config)));
Notifications.add("Preset Applied", 1, 2);
Notifications.add("Preset applied", 1, 2);
Config.saveToLocalStorage();
}
});