Skip to content

Commit 05cad83

Browse files
authored
Update UIaction.js
spelling mistake in title are corrected
1 parent 4be9eba commit 05cad83

File tree

1 file changed

+1
-1
lines changed
  • Client-Side Components/UI Pages/Edit Last WorkNotes

1 file changed

+1
-1
lines changed

Client-Side Components/UI Pages/Edit Last WorkNotes/UIaction.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
function openEditLastCommentModal() {
22
var dialog = new GlideModal("edit_worknotes_comments_inc");
3-
dialog.setTitle('Edit Last WorkNotes/Addtional Comments');
3+
dialog.setTitle('Edit Last WorkNotes/Additional Comments');
44
dialog.setPreference('incid', g_form.getUniqueValue());
55
dialog.setWidth(550);
66
dialog.render();

0 commit comments

Comments
 (0)