Skip to content
Snippets Groups Projects
Commit b92d3b81 authored by ovari's avatar ovari
Browse files

Localizable.strings: merge "clearConversation" with "deleteConversation"

https://review.jami.net/c/jami-client-qt/+/29863

Change-Id: I0b71df204778e85d3a8fe3c943f136b5ec438531
parent 1066e61f
No related branches found
No related tags found
No related merge requests found
......@@ -98,7 +98,7 @@ class DialpadViewController: UIViewController, StoryboardBased, ViewModelBased {
func applyL10n() {
self.backButton.setTitle(L10n.Actions.backAction, for: .normal)
self.clearButton.setTitle(L10n.Actions.clearAction, for: .normal)
self.clearButton.setTitle(L10n.Actions.deleteAction, for: .normal)
}
}
......
......@@ -238,9 +238,7 @@
"alerts.confirmBlockContact" = "Do you want to block this contact? The conversation history with this contact will also be deleted permanently.";
"alerts.confirmDeleteConversation" = "Do you want to delete this conversation permanently?";
"alerts.confirmDeleteConversationFromContact" = "Do you want to delete the conversation with this contact?";
"alerts.confirmDeleteConversationTitle" = "Delete Conversation";
"alerts.confirmClearConversation" = "Do you want to clear the conversation with this contact?";
"alerts.confirmClearConversationTitle" = "Clear Conversation";
"alerts.confirmDeleteConversationTitle" = "Delete conversation";
"alerts.noMediaPermissionsTitle" = "Media permission not granted";
"alerts.noLibraryPermissionsTitle" = "Access to photo library not granted";
"alerts.noLocationPermissionsTitle" = "Access to location not granted";
......@@ -261,7 +259,6 @@
// Actions
"actions.deleteAction" = "Delete";
"actions.clearAction" = "Clear";
"actions.backAction" = "Back";
"actions.doneAction" = "Done";
"alerts.incomingCallAllertTitle" = "Incoming call from ";
......@@ -440,7 +437,6 @@
"contactPage.startAudioCall" = "Start audio call";
"contactPage.startVideoCall" = "Start video call";
"contactPage.send" = "Send";
"contactPage.clearConversation" = "Clear Chat";
"contactPage.leaveConversation" = "Leave conversation";
// DataTransfer
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment