node-tests: Update references to "private message" and "PM".

Updates any use of "private message" and "PM" in the `web/tests`
directory to instead use "direct messages".
This commit is contained in:
Lauryn Menard
2023-06-16 17:37:19 +02:00
committed by Tim Abbott
parent 7c47616ffa
commit 73e5812831
18 changed files with 79 additions and 65 deletions

View File

@@ -50,7 +50,7 @@ function test(label, f) {
}
test("edge_cases", () => {
// private messages
// direct messages
assert.ok(!user_topics.is_topic_muted(undefined, undefined));
});