From 3ef4e92114d7feb256a8992c9c824876dd7c1b4a Mon Sep 17 00:00:00 2001 From: schroda <50052685+schroda@users.noreply.github.com> Date: Fri, 2 Jan 2026 22:50:12 +0100 Subject: [PATCH] Fix save "dynamic color theme" dialog title --- public/locales/en.json | 2 +- src/features/manga/components/MangaToolbarMenu.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/public/locales/en.json b/public/locales/en.json index 7730915c..dab2b47f 100644 --- a/public/locales/en.json +++ b/public/locales/en.json @@ -1156,7 +1156,7 @@ "appearance": { "manga_dynamic_color_schemes": { "description": "Changes the theme colors on the manga page based on the thumbnail", - "save": "Save color theme", + "save": "Save dynamic color theme", "set_active": "Set as active theme", "title": "Dynamic theme colors on manga page" }, diff --git a/src/features/manga/components/MangaToolbarMenu.tsx b/src/features/manga/components/MangaToolbarMenu.tsx index 371aa8a8..4ea2cb43 100644 --- a/src/features/manga/components/MangaToolbarMenu.tsx +++ b/src/features/manga/components/MangaToolbarMenu.tsx @@ -59,7 +59,7 @@ export const MangaToolbarMenu = ({ manga, onRefresh, refreshing }: IProps) => { const saveDynamicColorTheme = () => { AwaitableComponent.show(ThemeCreationDialog, { - mode: 'create', + mode: 'save_dynamic', appTheme: { id: '', getName: () => '',