diff --git a/interface/resources/qml/hifi/commerce/wallet/Help.qml b/interface/resources/qml/hifi/commerce/wallet/Help.qml
index 46706458cb..8425e6bb00 100644
--- a/interface/resources/qml/hifi/commerce/wallet/Help.qml
+++ b/interface/resources/qml/hifi/commerce/wallet/Help.qml
@@ -98,7 +98,7 @@ Item {
ListElement {
isExpanded: false;
question: "Where are my private keys stored?"
- answer: qsTr('Your private keys are only stored on your hard drive in High Fidelity Interface\'s AppData directory.
Tap here to open the file path of your hifikey in your file explorer.
You may backup this file by copying it to a USB flash drive, or to a service like Dropbox or Google Drive. Restore your backup by replacing the file in Interface\'s AppData directory with your backed-up copy.');
+ answer: qsTr('Your private keys are only stored on your hard drive in High Fidelity Interface\'s AppData directory.
Tap here to open the folder where your HifiKeys are stored on your main display.
You may backup this file by copying it to a USB flash drive, or to a service like Dropbox or Google Drive. Restore your backup by replacing the file in Interface\'s AppData directory with your backed-up copy.');
}
ListElement {
isExpanded: false;