Skip to content

Commit 345cca0

Browse files
committed
fixed a bug in ACTIONS
1 parent 7adc087 commit 345cca0

File tree

1 file changed

+1
-1
lines changed
  • src/main/java/net/b07z/sepia/server/core/assistant

1 file changed

+1
-1
lines changed

src/main/java/net/b07z/sepia/server/core/assistant/ACTIONS.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public class ACTIONS {
2626
final public static String BUTTON_HELP = "button_help"; //tell client to show a help button
2727
final public static String OPEN_DASHBOARD = "open_dashboard"; //tell client to open the user dashboard, parameters: type (common, settings, user_home, user_work, user_name, ...)
2828
final public static String OPEN_TEACH_UI = "open_teach_ui"; //tell client to open the teach UI, parameters: type (input, suggestion, ...)
29-
final public static String BUTTON_TEACH_UI = "open_teach_ui"; //tell client to show the teach UI button, parameters: type (input, suggestion, ...)
29+
final public static String BUTTON_TEACH_UI = "button_teach_ui"; //tell client to show the teach UI button, parameters: type (input, suggestion, ...)
3030
final public static String OPEN_LIST = "open_list"; //tell client to open a user specific list, param.: "listInfo" : {"indexType":...}
3131
final public static String EXTEND_REQUEST = "extend_request"; //tell client that this request will take longer and he should prepare for that
3232
final public static String SHOW_ABORT_OPTION = "show_abort"; //tell client to show an abort option

0 commit comments

Comments
 (0)