mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-26 03:20:50 +02:00
vector-im/element-ios/issues/5298 - Disable forwarding for location messages and allow replies.
This commit is contained in:
committed by
Stefan Ceriu
parent
5543c7dee0
commit
532c57cb77
@@ -695,6 +695,10 @@ public class MatrixKitL10n: NSObject {
|
||||
public static var messageReplyToSenderSentAnImage: String {
|
||||
return MatrixKitL10n.tr("message_reply_to_sender_sent_an_image")
|
||||
}
|
||||
/// has shared their location.
|
||||
public static var messageReplyToSenderSentTheirLocation: String {
|
||||
return MatrixKitL10n.tr("message_reply_to_sender_sent_their_location")
|
||||
}
|
||||
/// There are unsaved changes. Leaving will discard them.
|
||||
public static var messageUnsavedChanges: String {
|
||||
return MatrixKitL10n.tr("message_unsaved_changes")
|
||||
|
||||
Reference in New Issue
Block a user