Skip to content

Commit

Permalink
Refer to sd-devices VM instead of sd-devices in error instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
rocodes committed Mar 13, 2024
1 parent a4fbac4 commit 021458a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Expand Up @@ -31,7 +31,8 @@ class Pages(IntEnum):
ExportStatus.INVALID_DEVICE_DETECTED: _(
"Either the drive is not encrypted or there is something else wrong with it."
"<br />"
"If this is a VeraCrypt drive, please unlock it from within `sd-devices`, then try again."
"If this is a VeraCrypt drive, please unlock it from within "
"the sd-devices VM, then try again."
),
ExportStatus.DEVICE_WRITABLE: _("The device is ready for export."),
ExportStatus.DEVICE_LOCKED: _("The device is locked."),
Expand Down
2 changes: 1 addition & 1 deletion client/securedrop_client/locale/messages.pot
Expand Up @@ -282,7 +282,7 @@ msgstr ""
msgid "Too many USB devices detected; please insert one supported device."
msgstr ""

msgid "Either the drive is not encrypted or there is something else wrong with it.<br />If this is a VeraCrypt drive, please unlock it from within `sd-devices`, then try again."
msgid "Either the drive is not encrypted or there is something else wrong with it.<br />If this is a VeraCrypt drive, please unlock it from within the sd-devices VM, then try again."
msgstr ""

msgid "The device is ready for export."
Expand Down

0 comments on commit 021458a

Please sign in to comment.