From 6ae099ab117c0f58bbbb62783ccfae61d56c725d Mon Sep 17 00:00:00 2001 From: staked-smart-ace Date: Sat, 16 Jan 2021 00:01:11 +0400 Subject: [PATCH] Keep string explanation comment. Fixes #1619 --- ui/app/AppLayouts/Profile/Sections/PrivacyContainer.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/app/AppLayouts/Profile/Sections/PrivacyContainer.qml b/ui/app/AppLayouts/Profile/Sections/PrivacyContainer.qml index aeb3526bde..b88a331663 100644 --- a/ui/app/AppLayouts/Profile/Sections/PrivacyContainer.qml +++ b/ui/app/AppLayouts/Profile/Sections/PrivacyContainer.qml @@ -33,6 +33,7 @@ Item { } StatusSettingsLineButton { + //% "Backup Seed Phrase" text: qsTrId("backup-seed-phrase") isBadge: !profileModel.mnemonic.isBackedUp isEnabled: !profileModel.mnemonic.isBackedUp