File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 348348 "name" : " Auth Proxy Adapter" ,
349349 "prompt" : {
350350 "hostname" : {
351- "title " : " Proxy Hostname " ,
352- "label " : " Enter hostname for local proxy server (requires restart): "
351+ "label " : " Enter hostname for local proxy server (requires restart): " ,
352+ "title " : " Proxy Hostname "
353353 },
354354 "port" : {
355- "title " : " Proxy Port " ,
356- "label " : " Enter port for local proxy server (requires restart): "
355+ "label " : " Enter port for local proxy server (requires restart): " ,
356+ "title " : " Proxy Port "
357357 }
358358 }
359359 },
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ import { setMenuOptions } from '@/config/plugins';
99import { t } from '@/i18n' ;
1010
1111import type { MenuContext } from '@/types/contexts' ;
12- import { type DiscordPluginConfig } from './index' ;
12+ import type { DiscordPluginConfig } from './index' ;
1313
1414import type { MenuTemplate } from '@/menu' ;
1515import { DiscordStatusDisplayType } from './constants' ;
You can’t perform that action at this time.
0 commit comments