Description: <short summary of the patch>
 TODO: Put a short summary on the line above and replace this paragraph
 with a longer explanation of this change. Complete the meta-information
 with other relevant fields (see below for details). To make it easier, the
 information below has been extracted from the changelog. Adjust it or drop
 it.
 .
 plasma-welcome (5.27.0-1) UNRELEASED; urgency=medium
 .
   [ Aurélien COUDERC ]
   * New upstream release (5.27.0).
   * Update build-deps and deps with the info from cmake.
Author: Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>

---
The information above should follow the Patch Tagging Guidelines, please
checkout https://dep.debian.net/deps/dep3/ to learn about the format. Here
are templates for supplementary fields that you might want to add:

Origin: (upstream|backport|vendor|other), (<patch-url>|commit:<commit-id>)
Bug: <upstream-bugtracker-url>
Bug-Debian: https://bugs.debian.org/<bugnumber>
Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
Forwarded: (no|not-needed|<patch-forwarded-url>)
Applied-Upstream: <version>, (<commit-url>|commit:<commid-id>)
Reviewed-By: <name and email of someone who approved/reviewed the patch>
Last-Update: 2023-02-17

--- a/src/contents/ui/pages/Welcome.qml
+++ b/src/contents/ui/pages/Welcome.qml
@@ -12,7 +12,7 @@
 import org.kde.plasma.welcome 1.0
 
 GenericPage {
-    heading: i18nc("@title", "Welcome to KDE Plasma!")
+    heading: i18nc("@title", "Welcome to KDE Plasmama!")
     description: xi18nc("@info:usagetip", "Plasma is a free and open-source desktop environment created by KDE, an international software community of volunteers. The Plasma desktop environment is simple by default for a smooth experience, but powerful when needed to help you really get things done. We hope you love it!")
 
     topContent: [
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -46,7 +46,7 @@
         // The program name used internally.
         QStringLiteral("plasma-welcome"),
         // A displayable program name string.
-        i18nc("@title", "Welcome to KDE Plasma"),
+        i18nc("@title", "Welcome to KDE Plasmama"),
         // The program version string.
         QStringLiteral(PLASMA_WELCOME_VERSION_STRING),
         // Short description of what the app does.
