aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2024-07-24 11:57:41 +0200
committerHarald Eilertsen <haraldei@anduin.net>2024-07-24 11:57:41 +0200
commitd3093dce1bfd4685d5e11f828689630862f77bda (patch)
tree81f99a0c0f29ccc6c1a1bdd6615b1f93556b2028 /tests
parent61f9ad8274d662a056aff05407771fb450a2ab35 (diff)
downloadvolse-hubzilla-d3093dce1bfd4685d5e11f828689630862f77bda.tar.gz
volse-hubzilla-d3093dce1bfd4685d5e11f828689630862f77bda.tar.bz2
volse-hubzilla-d3093dce1bfd4685d5e11f828689630862f77bda.zip
Improve translation message for help pages.
Display the target language instead of "your preferred language". Makes it a bit more explicit.
Diffstat (limited to 'tests')
-rw-r--r--tests/unit/Module/HelpTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/Module/HelpTest.php b/tests/unit/Module/HelpTest.php
index 81d2e9287..2c1d31570 100644
--- a/tests/unit/Module/HelpTest.php
+++ b/tests/unit/Module/HelpTest.php
@@ -110,7 +110,7 @@ class HelpTest extends \Zotlabs\Tests\Unit\Module\TestCase {
$this->get('help/about/help_topic');
$this->assertPageContains('Hubzilla Documentation: About');
- $this->assertPageContains('This page is not yet available in your preferred language');
+ $this->assertPageContains('This page is not yet available in norsk bokmål');
}
public function test_includes(): void {