summaryrefslogtreecommitdiffstatshomepage
path: root/src/js/_enqueues/admin/edit-comments.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/js/_enqueues/admin/edit-comments.js')
-rw-r--r--src/js/_enqueues/admin/edit-comments.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/js/_enqueues/admin/edit-comments.js b/src/js/_enqueues/admin/edit-comments.js
index 1a64268b6a..88004e913d 100644
--- a/src/js/_enqueues/admin/edit-comments.js
+++ b/src/js/_enqueues/admin/edit-comments.js
@@ -538,7 +538,7 @@ window.setCommentsList = function() {
// The comment is currently pending.
} else if ( unapproved ) {
pendingDiff = -1;
- // The comment was in the trash.
+ // The comment was in the Trash.
} else if ( trashed ) {
trashDiff = -1;
}