Skip to content

Commit d363db1

Browse files
committed
revert formatting change
1 parent 37ae9a7 commit d363db1

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/i18n/resources/en.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -348,12 +348,12 @@
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
},

src/plugins/discord/menu.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import { setMenuOptions } from '@/config/plugins';
99
import { t } from '@/i18n';
1010

1111
import type { MenuContext } from '@/types/contexts';
12-
import { type DiscordPluginConfig } from './index';
12+
import type { DiscordPluginConfig } from './index';
1313

1414
import type { MenuTemplate } from '@/menu';
1515
import { DiscordStatusDisplayType } from './constants';

0 commit comments

Comments
 (0)