Skip to content

Commit

Permalink
Changing button text on video and images dialog to make more sense (#875
Browse files Browse the repository at this point in the history
)
  • Loading branch information
matt-lethargic committed Apr 11, 2023
1 parent c6c8678 commit 21d8b1d
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ $(function () {
validation_enabled: false,
help_enabled: true,
help_title: 'Timelapse Files Dialog',
help_link: 'dialog.timelapse_files.timelapse.tab.md'
help_link: 'dialog.timelapse_files.timelapse.tab.md',
cancel_button_text: 'Close',
cancel_button_title: 'Close the dialog.'
};
self.template_id= "octolapse-timelapse-files-dialog-template";
self.dialog = new Octolapse.OctolapseDialog(self.dialog_id, self.template_id, self.dialog_options);
Expand Down

0 comments on commit 21d8b1d

Please sign in to comment.