From 0b31ad0ab63cafdc1f8e9327b2d32d20ae258faa Mon Sep 17 00:00:00 2001 From: Sean Sube Date: Thu, 30 Nov 2023 19:23:03 -0600 Subject: [PATCH] fix(gui): add string for LCM scheduler --- gui/src/strings/en.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/gui/src/strings/en.ts b/gui/src/strings/en.ts index 5c312c42..c9d901f9 100644 --- a/gui/src/strings/en.ts +++ b/gui/src/strings/en.ts @@ -295,6 +295,7 @@ export const I18N_STRINGS_EN = { 'k-dpm-2': 'KDPM2', 'karras-ve': 'Karras Ve', 'ipndm': 'iPNDM', + 'lcm': 'LCM', 'lms-discrete': 'LMS', 'pndm': 'PNDM', 'unipc-multi': 'UniPC Multistep',