mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-17 23:18:27 +02:00
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:
@@ -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";
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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")
|
||||
}
|
||||
|
||||
@@ -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))
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user