Skip to content

Commit

Permalink
update welcome message (the image will probably also be updated in co…
Browse files Browse the repository at this point in the history
…re) (#2064)
  • Loading branch information
r10s committed Feb 5, 2024
1 parent 9c3c7a7 commit 362337d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deltachat-ios/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -663,7 +663,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate, UNUserNotificationCenterD
dcContext.setStockTranslation(id: DC_STR_DEVICE_MESSAGES, localizationKey: "device_talk")
dcContext.setStockTranslation(id: DC_STR_SAVED_MESSAGES, localizationKey: "saved_messages")
dcContext.setStockTranslation(id: DC_STR_DEVICE_MESSAGES_HINT, localizationKey: "device_talk_explain")
dcContext.setStockTranslation(id: DC_STR_WELCOME_MESSAGE, localizationKey: "device_talk_welcome_message")
dcContext.setStockTranslation(id: DC_STR_WELCOME_MESSAGE, localizationKey: "device_talk_welcome_message2")
dcContext.setStockTranslation(id: DC_STR_UNKNOWN_SENDER_FOR_CHAT, localizationKey: "systemmsg_unknown_sender_for_chat")
dcContext.setStockTranslation(id: DC_STR_SUBJECT_FOR_NEW_CONTACT, localizationKey: "systemmsg_subject_for_new_contact")
dcContext.setStockTranslation(id: DC_STR_FAILED_SENDING_TO, localizationKey: "systemmsg_failed_sending_to")
Expand Down

0 comments on commit 362337d

Please sign in to comment.