Small fixes

This commit is contained in:
crschnick 2024-07-13 10:24:07 +00:00
parent 3f10abdea8
commit 4abe8e81d4

View file

@ -22,7 +22,7 @@ public class SyncCategory extends AppPrefsCategory {
.sub(new OptionsBuilder()
.name("enableGitStorage")
.description(
AppProperties.get().isStaging() && !prefs.developerMode().getValue() ? "enableGitStoragePtbDisabled" : "enableGitStorage")
AppProperties.get().isStaging() && !prefs.developerMode().getValue() ? "enableGitStoragePtbDisabled" : "enableGitStorageDescription")
.addToggle(prefs.enableGitStorage)
.disable(AppProperties.get().isStaging() && !prefs.developerMode().getValue())
.nameAndDescription("storageGitRemote")