Skip to content

Commit e128a1d

Browse files
committed
fix: missing title translation
1 parent 7281244 commit e128a1d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# The current version of your project. Please use semantic versioning!
2-
version=1.2
2+
version=1.2.1
33

44
# The group ID used for maven publishing. Usually the same as your package name
55
# but not the same as your plugin group!

src/main/resources/Common/UI/Custom/AWB_BindWarpPage.ui

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ $C.@Container {
88
#Title {
99
Group {
1010
$C.@Title {
11-
@Text = %awb.ui.warpPage.title;
11+
@Text = %awb.customUI.warpPage.title;
1212
}
1313

1414
}

src/main/resources/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"Group": "DomiIRL",
33
"Name": "Arcanist's Warp Book",
4-
"Version": "1.2",
4+
"Version": "1.2.1",
55
"Description": "Traverse the void between distant places with magical warp pages",
66
"Authors": [
77
{

0 commit comments

Comments
 (0)