diff --git a/_locales/en/messages.json b/_locales/en/messages.json
index 09586ad87..b68e6783c 100644
--- a/_locales/en/messages.json
+++ b/_locales/en/messages.json
@@ -432,6 +432,5 @@
"recoveryPhraseSecureTitle": "You're almost finished!",
"recoveryPhraseRevealMessage": "Secure your account by saving your recovery phrase. Reveal your recovery phrase then store it safely to secure it",
"recoveryPhraseRevealButtonText": "Reveal Recovery Phrase",
- "recoveryPhraseInfoMessage": "Meet your recovery phrase Your recovery phrase is the master key to your session ID - you can use it to restore your Session ID if you lose access to your device, Store your recovery phrase in a safe place, and don't give it to anyone.",
"recoveryPhraseCompleteTitle": "Account secured!"
}
diff --git a/ts/components/session/LeftPaneSectionHeader.tsx b/ts/components/session/LeftPaneSectionHeader.tsx
index c27280053..33ad23ff2 100644
--- a/ts/components/session/LeftPaneSectionHeader.tsx
+++ b/ts/components/session/LeftPaneSectionHeader.tsx
@@ -73,7 +73,6 @@ export const LeftPaneSectionHeader = (props: Props) => {
export const LeftPaneBanner = () => {
const [completion, setCompletion] = useState(90);
const [bodyText, setBodyText] = useState(window.i18n('recoveryPhraseRevealMessage'));
- const [buttonText, setButtonText] = useState(window.i18n('recoveryPhraseRevealButtonText'));
const [recoveryPhraseHidden, setRecoveryPhraseHidden] = useState(true);
const [isCompleted, setIsCompleted] = useState(false);
const [bannerTitle, setBannerTitle] = useState(window.i18n('recoveryPhraseSecureTitle'));
@@ -114,7 +113,7 @@ export const LeftPaneBanner = () => {
{!isCompleted && (
)}
diff --git a/ts/components/session/conversation/SessionRecording.tsx b/ts/components/session/conversation/SessionRecording.tsx
index 94d3a9beb..63ee29b35 100644
--- a/ts/components/session/conversation/SessionRecording.tsx
+++ b/ts/components/session/conversation/SessionRecording.tsx
@@ -96,7 +96,6 @@ class SessionRecordingInner extends React.Component {
// tslint:disable-next-line: cyclomatic-complexity
public render() {
const {
- actionHover,
isPlaying,
isPaused,
isRecording,
diff --git a/ts/state/ducks/SessionTheme.tsx b/ts/state/ducks/SessionTheme.tsx
index c9848a9fc..587a9f5e3 100644
--- a/ts/state/ducks/SessionTheme.tsx
+++ b/ts/state/ducks/SessionTheme.tsx
@@ -14,9 +14,10 @@ const borderLightThemeColor = '#f1f1f1';
const borderDarkThemeColor = '#ffffff0F';
const borderHighContrastLightTheme = '#afafaf';
const borderHighContrastDarkTheme = '#484848';
-const borderAvatarColor = '#00000059';
-const borderLightTheme = '#f1f1f1';
-const borderDarkTheme = '#ffffff0F';
+
+// const borderAvatarColor = '#00000059';
+// const borderLightTheme = '#f1f1f1';
+// const borderDarkTheme = '#ffffff0F';
const common = {
fonts: {