diff --git a/Config/BWIBuildSettings.swift b/Config/BWIBuildSettings.swift
index 162c5a7c6..d584a9aaf 100644
--- a/Config/BWIBuildSettings.swift
+++ b/Config/BWIBuildSettings.swift
@@ -587,8 +587,8 @@ class BWIBuildSettings: NSObject {
var bwiEnableRegisterInfo = false
- var bwiShowHappyBirthdayCampaign = false
- var bwiHappyBirthdayCampaignIdentifier: String = "2024"
+ var bwiShowHappyBirthdayCampaign = true
+ var bwiHappyBirthdayCampaignIdentifier: String = "2025"
var bwiDisableSecuritySettingsUntrustedDevices = true
diff --git a/Riot/Assets/Images.xcassets/BWI/birthday_cake.imageset/Contents.json b/Riot/Assets/Images.xcassets/BWI/birthday_cake.imageset/Contents.json
index 8808d0834..b56f90c52 100644
--- a/Riot/Assets/Images.xcassets/BWI/birthday_cake.imageset/Contents.json
+++ b/Riot/Assets/Images.xcassets/BWI/birthday_cake.imageset/Contents.json
@@ -1,7 +1,7 @@
{
"images" : [
{
- "filename" : "web_dark.svg",
+ "filename" : "undraw_Birthday_cake_BwM.svg",
"idiom" : "universal"
}
],
diff --git a/Riot/Assets/Images.xcassets/BWI/birthday_cake.imageset/undraw_Birthday_cake_BwM.svg b/Riot/Assets/Images.xcassets/BWI/birthday_cake.imageset/undraw_Birthday_cake_BwM.svg
new file mode 100644
index 000000000..6e7859edb
--- /dev/null
+++ b/Riot/Assets/Images.xcassets/BWI/birthday_cake.imageset/undraw_Birthday_cake_BwM.svg
@@ -0,0 +1,758 @@
+
+
diff --git a/Riot/Assets/Images.xcassets/BWI/birthday_cake.imageset/web_dark.svg b/Riot/Assets/Images.xcassets/BWI/birthday_cake.imageset/web_dark.svg
deleted file mode 100644
index a3e7bb135..000000000
--- a/Riot/Assets/Images.xcassets/BWI/birthday_cake.imageset/web_dark.svg
+++ /dev/null
@@ -1,29 +0,0 @@
-
diff --git a/Riot/Assets/de.lproj/Localizable.strings b/Riot/Assets/de.lproj/Localizable.strings
index c18980736..92832177a 100644
--- a/Riot/Assets/de.lproj/Localizable.strings
+++ b/Riot/Assets/de.lproj/Localizable.strings
@@ -120,7 +120,7 @@
//
/* BWI: Happy Birthday Campaign*/
"HAPPY_BIRTHDAY" = "🥳 HAPPY BIRTHDAY 🥳";
-"HAPPY_BIRTHDAY_BODY" = "Danke für Deine Treue - jetzt und in Zukunft. Gratuliere dem BwMessenger zum 4. Geburtstag und schenke uns deine Sternebewertung im App Store.";
+"HAPPY_BIRTHDAY_BODY" = "Wir feiern 1 Jahr BundesMessenger. Möchtest du uns auch gratulieren? Schenke dem BundesMessenger deine Sterne Bewertung im App Store.";
"HAPPY_BIRTHDAY_BUTTON_GIVE_STARS" = "Sterne schenken";
"HAPPY_BIRTHDAY_BUTTON_DISMISS" = "X";
diff --git a/Riot/Assets/en.lproj/Localizable.strings b/Riot/Assets/en.lproj/Localizable.strings
index a1f178927..03f2039c1 100644
--- a/Riot/Assets/en.lproj/Localizable.strings
+++ b/Riot/Assets/en.lproj/Localizable.strings
@@ -187,6 +187,6 @@
/* BWI: Happy Birthday Campaign*/
"HAPPY_BIRTHDAY" = "🥳 HAPPY BIRTHDAY 🥳";
-"HAPPY_BIRTHDAY_BODY" = "Thank you for your loyalty - now and in the future. Congratulate BwMessenger on its 4th anniversary and give us your star rating on the App Store.";
-"HAPPY_BIRTHDAY_BUTTON_GIVE_STARS" = "Give Stars";
+"HAPPY_BIRTHDAY_BODY" = "We are celebrating 1 year of BundesMessenger. Don't you want to congratulate us too? Donate your star rating to BundesMessenger in the App Store.";
+"HAPPY_BIRTHDAY_BUTTON_GIVE_STARS" = "Donate stars";
"HAPPY_BIRTHDAY_BUTTON_DISMISS" = "X";
diff --git a/bwi/HappyBirthday/HappyBirthdayView.swift b/bwi/HappyBirthday/HappyBirthdayView.swift
index 0a48214be..4f4e604e3 100644
--- a/bwi/HappyBirthday/HappyBirthdayView.swift
+++ b/bwi/HappyBirthday/HappyBirthdayView.swift
@@ -66,7 +66,6 @@ struct HappyBirthdayBody: View {
VStack(spacing: 40) {
VStack {
Text("HAPPY_BIRTHDAY")
- Text("\(AppInfo.current.displayName)")
}
.font(.title)
.foregroundColor(Color(ThemeService.shared().theme.textPrimaryColor))