File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -31,8 +31,8 @@ export const Tools: Record<
31
31
] ,
32
32
Legacy : [
33
33
{
34
- name : "Legacy -> MiniMessage Convert" ,
35
- short : "Legacy -> MM " ,
34
+ name : "Legacy Text Convert" ,
35
+ short : "Legacy" ,
36
36
icon : faCommentDots ,
37
37
description : "Convert Legacy Strings to MiniMessage Strings" ,
38
38
link : "/converters/legacy/minimessage" ,
Original file line number Diff line number Diff line change @@ -8,13 +8,13 @@ const LegacyToMiniMessage: NextPage = () => (
8
8
< Converter
9
9
inputConfigs = { {
10
10
legacy : {
11
- name : "Legacy Strings " ,
11
+ name : "Legacy Input " ,
12
12
language : "txt" ,
13
13
}
14
14
} }
15
15
outputConfigs = { {
16
16
formatted : {
17
- name : "MiniMessage Formatted Strings " ,
17
+ name : "MiniMessage Output " ,
18
18
}
19
19
} }
20
20
title = { "MiniMessage String Converter" }
You can’t perform that action at this time.
0 commit comments