Session history metadata change label

This commit is contained in:
Mo Bitar
2018-07-25 08:46:27 -05:00
parent b67820b971
commit b4735c7b8e

View File

@@ -12,7 +12,7 @@ class NoteHistoryEntry extends SFItemHistoryEntry {
} else if(this.textCharDiffLength > 0) {
return `${this.textCharDiffLength} characters added`
} else {
return "Title changed"
return "Title or metadata changed"
}
}
}