Skip to content

Commit 73390ca

Browse files
committed
fix permission capitalisation
1 parent 6017554 commit 73390ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/pro/cloudnode/smp/bankaccounts/Permissions.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public final class Permissions {
3434
public static @NotNull String INSTRUMENT_CREATE_BYPASS = "bank.instrument.create.bypass";
3535
public static @NotNull String SET_BALANCE = "bank.set.balance";
3636
public static @NotNull String SET_NAME_OTHER = "bank.set.name.other";
37-
public static @NotNull String SET_NAME_VAULT = "bank.set.name.VAULT";
37+
public static @NotNull String SET_NAME_VAULT = "bank.set.name.vault";
3838
public static @NotNull String FREEZE_OTHER = "bank.freeze.other";
3939
public static @NotNull String DELETE_OTHER = "bank.delete.other";
4040
public static @NotNull String POS_CREATE_OTHER = "bank.pos.create.other";

0 commit comments

Comments
 (0)