fix: update fallback welcome message

this sets the welcome message to the one used by the current translations;
the fallback is used if that is not done for whatever reason.
This commit is contained in:
B. Petersen
2025-12-20 19:05:13 +01:00
committed by bjoern
parent 6a293aebe2
commit b0127fa381

View File

@@ -109,15 +109,15 @@ pub enum StockMessage {
))] ))]
DeviceMessagesHint = 70, DeviceMessagesHint = 70,
#[strum(props(fallback = "Welcome to Delta Chat! \ #[strum(props(fallback = "Get in contact!\n\n\
Delta Chat looks and feels like other popular messenger apps, \ 🙌 Tap \"QR code\" on the main screen of both devices. \
but does not involve centralized control, \ Choose \"Scan QR Code\" on one device, and point it at the other\n\n\
tracking or selling you, friends, colleagues or family out to large organizations.\n\n\ 🌍 If not in the same room, \
Technically, Delta Chat is an email application with a modern chat interface. \ scan via video call or share an invite link from \"Scan QR code\"\n\n\
Email in a new dress if you will 👻\n\n\ Then: Enjoy your decentralized messenger experience. \
Use Delta Chat with anyone out of billions of people: just use their e-mail address. \ In contrast to other popular apps, \
Recipients don't need to install Delta Chat, visit websites or sign up anywhere - \ without central control or tracking or selling you, \
however, of course, if they like, you may point them to 👉 https://get.delta.chat"))] friends, colleagues or family out to large organizations."))]
WelcomeMessage = 71, WelcomeMessage = 71,
#[strum(props(fallback = "Message from %1$s"))] #[strum(props(fallback = "Message from %1$s"))]