Commit 232de33a authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

fix: toast

parent 70758378
......@@ -28,7 +28,7 @@
});
if (success) {
toast.success($i18n.t(`Deleted {tagName}`, { tagName }));
toast.success($i18n.t(`Deleted {{tagName}}`, { tagName }));
}
return success;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment