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) {