diff --git a/test/server.cpp b/test/server.cpp index ca44875d8..de0d78e78 100644 --- a/test/server.cpp +++ b/test/server.cpp @@ -537,6 +537,10 @@ std::string TestContentIn404HtmlResponse::taskbarLinks() const ? "Դեպի '" + bookTitle + "'֊ի գլխավոր էջը" : "Go to the main page of '" + bookTitle + "'"; + const std::string goToRandomPage = isTranslatedVersion() + ? "Բացել պատահական էջ" + : "Go to a randomly selected page"; + return R"( - )";