Merge branch 'feature/4736_creating_dm_text_changes' into 'develop'

MESSENGER-4736 text changes

See merge request bwmessenger/bundesmessenger/bundesmessenger-ios!140
This commit is contained in:
Frank Rotermund
2023-06-14 05:54:29 +00:00
4 changed files with 4 additions and 6 deletions

View File

@@ -387,7 +387,7 @@
// Mark: - Room Creation
"room_intro_cell_information_dm_sentence1_part1" = "Das ist der Anfang deiner Direktnachricht mit ";
"room_intro_cell_information_dm_sentence1_part1" = "Dies ist der Beginn deiner Direktnachrichten mit ";
"room_avatar_view_accessibility_hint" = "Raumbild ändern";
"room_avatar_view_accessibility_label" = "Profilbild";
"room_details_permalink" = "Link zum Raum kopieren";

View File

@@ -309,7 +309,7 @@
// Mark: - Room Creation
"room_intro_cell_information_dm_sentence1_part1" = "This is the beginning of your conversation with ";
"room_intro_cell_information_dm_sentence1_part1" = "This is the beginning of your direct message history with ";
// MARK: - Notification Times

View File

@@ -1083,7 +1083,7 @@ public class BWIL10n: NSObject {
public static var roomEventActionRemovePoll: String {
return BWIL10n.tr("Bwi", "room_event_action_remove_poll")
}
/// Das ist der Anfang deiner Direktnachricht mit
/// Dies ist der Beginn deiner Direktnachrichten mit
public static var roomIntroCellInformationDmSentence1Part1: String {
return BWIL10n.tr("Bwi", "room_intro_cell_information_dm_sentence1_part1")
}

View File

@@ -184,9 +184,7 @@ final class RoomCreationIntroCellContentView: UIView, NibLoadable, Themable {
attributedString.append(firstSentencePart2)
attributedString.append(firstSentencePart3)
if isDirect {
attributedString.append(NSAttributedString(string: VectorL10n.roomIntroCellInformationDmSentence2, attributes: informationTextDefaultAttributes))
} else {
if !isDirect {
attributedString.append(NSAttributedString(string: VectorL10n.roomIntroCellInformationMultipleDmSentence2, attributes: informationTextDefaultAttributes))
}