aboutsummaryrefslogtreecommitdiff
path: root/src/qt/TailsOS.cpp
diff options
context:
space:
mode:
authorMonzero Build System <builds@monzero.org>2026-08-15 21:26:40 +0100
committerMonzero Build System <builds@monzero.org>2026-08-15 21:26:40 +0100
commitdceeb88444ce966caa1a133d2926d5f7213c87ff (patch)
treed74c9c7d7e43c2a0d39d656c690c63050cff7f53 /src/qt/TailsOS.cpp
parent81f33c7e00bf183823909a02e6d96ce11e41adce (diff)
downloadmonzero-gui-dceeb88444ce966caa1a133d2926d5f7213c87ff.tar.gz
monzero-gui-dceeb88444ce966caa1a133d2926d5f7213c87ff.tar.xz
monzero-gui-dceeb88444ce966caa1a133d2926d5f7213c87ff.zip
Establish Monzero GUI Phase 0 baselinemonzero-gui-phase0-20260815
Diffstat (limited to 'src/qt/TailsOS.cpp')
-rw-r--r--src/qt/TailsOS.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/qt/TailsOS.cpp b/src/qt/TailsOS.cpp
index 1ab15721..099dc39d 100644
--- a/src/qt/TailsOS.cpp
+++ b/src/qt/TailsOS.cpp
@@ -42,9 +42,9 @@ void TailsOS::showDataPersistenceDisabledWarning()
msgBox.setText(QObject::tr("Warning: persistence disabled"));
msgBox.setWindowTitle(QObject::tr("Warning: persistence disabled"));
msgBox.setInformativeText(
- QObject::tr("Monero GUI has detected that Tails persistence is "
+ QObject::tr("Monzero GUI has detected that Tails persistence is "
"currently disabled. Any configurations you make inside "
- "the Monero GUI will not be saved."
+ "the Monzero GUI will not be saved."
"\n\n"
"In addition, make sure to not save your wallet on the "
"filesystem, as it will be lost at shutdown."
@@ -62,7 +62,7 @@ void TailsOS::showDataPersistenceDisabledWarning()
void TailsOS::askPersistence()
{
QMessageBox msgBox;
- msgBox.setWindowTitle(QObject::tr("Monero GUI"));
+ msgBox.setWindowTitle(QObject::tr("Monzero GUI"));
msgBox.setText(QObject::tr("Use Tails persistence?"));
msgBox.setInformativeText(
QObject::tr("Persist wallet files and configuration on the encrypted volume?"