Session history metadata change label
This commit is contained in:
@@ -12,7 +12,7 @@ class NoteHistoryEntry extends SFItemHistoryEntry {
|
|||||||
} else if(this.textCharDiffLength > 0) {
|
} else if(this.textCharDiffLength > 0) {
|
||||||
return `${this.textCharDiffLength} characters added`
|
return `${this.textCharDiffLength} characters added`
|
||||||
} else {
|
} else {
|
||||||
return "Title changed"
|
return "Title or metadata changed"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user