From a4311da9b57963f647b474f8f29c3f2f6913b3fd Mon Sep 17 00:00:00 2001 From: Torsten Schulz Date: Fri, 9 Feb 2024 13:09:37 +0100 Subject: [PATCH] Added a more friendy incoming text --- docroot/text.xml | 14 +++++++++++--- src/app.cpp | 9 +-------- 2 files changed, 12 insertions(+), 11 deletions(-) diff --git a/docroot/text.xml b/docroot/text.xml index 0d12563..b290315 100644 --- a/docroot/text.xml +++ b/docroot/text.xml @@ -2,11 +2,11 @@
-

Welcome to Our Website - Your Premier Destination for Chat, Single Chat, and Image Exchange

+

Welcome to Our Website - Your Premier Destination for Chat, Single Chat, and Image Exchange

-

Why Choose Us?

+

Why Choose Us?

  1. Chat: Dive into our dynamic chat rooms where you can converse with individuals from around the globe. Whether you're seeking casual conversations or meaningful connections, our chat feature offers a seamless and enjoyable experience.
  2. Single Chat: Searching for that special someone? Our single chat option provides a tailored environment for singles to mingle, flirt, and potentially find their perfect match. With advanced search filters and interactive features, meeting new people has never been easier.
  3. @@ -16,9 +16,17 @@
-

Join Us Today!

+

Join Us Today!

Ready to embark on your journey of discovery and connection? Sign up now and experience the ultimate chat, single chat, and image exchange platform. Join our vibrant community and unlock endless possibilities today!

+ +
+

Welcome aboard!

+

We're thrilled to have you join our community. Here, honesty, friendliness, and respect are our guiding principles.

+

As you explore, remember to be yourself and treat others with kindness. We have zero tolerance for insults, harassment, or unauthorized content.

+

Let's make this a welcoming space where everyone feels valued and safe. Welcome, and enjoy your time with us!

+
+
diff --git a/src/app.cpp b/src/app.cpp index b7c48fe..2d26481 100644 --- a/src/app.cpp +++ b/src/app.cpp @@ -1104,14 +1104,7 @@ void App::incomingBroadcast() { void App::startChat() { createMenu(); contentContainer_->clear(); - contentContainer_->addNew("A warm welcome. We wish you lots of fun.

" - "Please note the following:
", Wt::TextFormat::UnsafeXHTML); + contentContainer_->addNew(Wt::WString::tr("introduction"), Wt::TextFormat::UnsafeXHTML); } void App::createUserListContainer(Wt::WHBoxLayout *layout) {