|
@@ -2461,7 +2461,7 @@ extension EditorGroup: UIContextMenuInteractionDelegate {
|
|
|
let dataProfile = getDataProfile(f_pin: dataMessages[i]["f_pin"] as! String, message_id: dataMessages[i]["message_id"] as! String)
|
|
|
text = text + "\n\n*[\(formatterDate.string(from: date as Date)) \(formatterTime.string(from: date as Date))] \(dataProfile["name"]!):*\n\(dataMessages[i]["message_text"] as! String)"
|
|
|
}
|
|
|
- text = text + "\n\n\nchat " + "Powered by Nexilis".localized()
|
|
|
+ text = text + "\n\n\nchat " + "Powered by Telkomsel".localized()
|
|
|
DispatchQueue.main.async {
|
|
|
UIPasteboard.general.string = text
|
|
|
self.showToast(message: "Text coppied to clipboard".localized(), font: UIFont.systemFont(ofSize: 12, weight: .medium), controller: self)
|