Skip to content

Commit

Permalink
fix(locales): fix misinterpretation of plugin's work, fix of #82
Browse files Browse the repository at this point in the history
  • Loading branch information
Falcion committed Nov 22, 2024
1 parent 6821721 commit 3d59600
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/locales/langs/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ export const LOCALES_EN = {
},
"SETTINGS_COMPATIBILITY": {
0: "Compatibility module:",
1: "If turned on, plugin on it's start would try to parse configs of it's past versions to new config with old data: may be unstable, turned off by default."
1: "If turned on, plugin on it's start would try to parse configs of it's past versions to new config with old data: may be unstable, turned on by default."
},
"SETTINGS_COMPATIBILITY_BUTTON": {
0: "Make config compatible",
Expand Down

0 comments on commit 3d59600

Please sign in to comment.