Skip to content

Commit a9d8511

Browse files
fix: Changed the button label from "Reset Now" to "Reset" (#1796)
1 parent 5d79d5d commit a9d8511

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/backend/pages/04_Configuration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -497,7 +497,7 @@ def reset_config_dialog():
497497

498498
st.text_input('Enter "reset" to proceed', key="reset_configuration")
499499
if st.button(
500-
":red[Reset Now]",
500+
":red[Reset]",
501501
disabled=st.session_state.get("reset_configuration", "") != "reset",
502502
key="confirm_reset"
503503
):

0 commit comments

Comments
 (0)