Skip to content

Commit 8d53c91

Browse files
committed
Merge branch 'rc/devel' of https://github.com/formerlurker/Octolapse into rc/devel
2 parents f314826 + 21d8b1d commit 8d53c91

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

octoprint_octolapse/static/js/octolapse.dialog.timelapse_files.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,9 @@ $(function () {
3535
validation_enabled: false,
3636
help_enabled: true,
3737
help_title: 'Timelapse Files Dialog',
38-
help_link: 'dialog.timelapse_files.timelapse.tab.md'
38+
help_link: 'dialog.timelapse_files.timelapse.tab.md',
39+
cancel_button_text: 'Close',
40+
cancel_button_title: 'Close the dialog.'
3941
};
4042
self.template_id= "octolapse-timelapse-files-dialog-template";
4143
self.dialog = new Octolapse.OctolapseDialog(self.dialog_id, self.template_id, self.dialog_options);

0 commit comments

Comments
 (0)