Skip to content

Commit

Permalink
chore: clarify the clear user data button in options tab
Browse files Browse the repository at this point in the history
  • Loading branch information
DropSnorz committed Aug 20, 2024
1 parent a3c6f71 commit bc91f0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion owlplug-client/src/main/resources/fxml/OptionsView.fxml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
<Label styleClass="heading-2" text="Danger Zone" />
<VBox spacing="5.0">
<children>
<Label text="Remove all user data including accounts, stores and custom settings. Plugins will not be deleted." wrapText="true" />
<Label text="Remove all stored user data including settings, remote sources and accounts. Plugins and projects files will not be deleted." wrapText="true" />
<Button fx:id="removeDataButton" minHeight="-Infinity" minWidth="-Infinity" text="Clear user data" />
</children>
</VBox>
Expand Down

0 comments on commit bc91f0f

Please sign in to comment.