From 2ef562e41e32bc2bb149e79a30bb6342e8361daf Mon Sep 17 00:00:00 2001 From: El RIDO Date: Sat, 26 Jul 2025 08:44:13 +0200 Subject: [PATCH] replaced the term "paste" with the more generic "document" kudos @Ribas160 --- bin/configuration-test-generator | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/configuration-test-generator b/bin/configuration-test-generator index 6fcdb55f..6abe0d55 100755 --- a/bin/configuration-test-generator +++ b/bin/configuration-test-generator @@ -575,7 +575,7 @@ EOT; $code .= <<<'EOT' $this->assertMatchesRegularExpression( - '#]*id="status"[^>]*>.*Paste was properly deleted[^<]*()#s', + '#]*id="status"[^>]*>.*Document was properly deleted[^<]*()#s', $content, 'outputs deleted status correctly' );