diff --git a/Ring/Ring/Dialpad/DialpadViewController.swift b/Ring/Ring/Dialpad/DialpadViewController.swift
index 9a3821df09f36d6d5c5e11e03e83d13700546c41..b18ae22df22f16ae382cfdbc868ed1c9544c0cd1 100644
--- a/Ring/Ring/Dialpad/DialpadViewController.swift
+++ b/Ring/Ring/Dialpad/DialpadViewController.swift
@@ -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)
     }
 }
 
diff --git a/Ring/Ring/Resources/en.lproj/Localizable.strings b/Ring/Ring/Resources/en.lproj/Localizable.strings
index 1adc0aa836e83b9f0743c059362c2e1d9103cd03..02ad4ee818140117fa77b9a552f92e35b6321d51 100644
--- a/Ring/Ring/Resources/en.lproj/Localizable.strings
+++ b/Ring/Ring/Resources/en.lproj/Localizable.strings
@@ -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