removed full stop

This commit is contained in:
Miodec 2022-04-19 13:50:06 +02:00
parent e64405a2f3
commit 6002a31e98

View file

@ -96,7 +96,7 @@ $("#resultEditTagsPanel .confirmButton").on("click", async () => {
);
}
Notifications.add("Tags updated.", 1, 2);
Notifications.add("Tags updated", 1, 2);
DB.getSnapshot().results?.forEach(
(result: MonkeyTypes.Result<MonkeyTypes.Mode>) => {
if (result._id === resultId) {