We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4be9eba commit 05cad83Copy full SHA for 05cad83
Client-Side Components/UI Pages/Edit Last WorkNotes/UIaction.js
@@ -1,6 +1,6 @@
1
function openEditLastCommentModal() {
2
var dialog = new GlideModal("edit_worknotes_comments_inc");
3
- dialog.setTitle('Edit Last WorkNotes/Addtional Comments');
+ dialog.setTitle('Edit Last WorkNotes/Additional Comments');
4
dialog.setPreference('incid', g_form.getUniqueValue());
5
dialog.setWidth(550);
6
dialog.render();
0 commit comments