Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typos in export_wizard_constants.py #1893

Merged
merged 1 commit into from Mar 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Expand Up @@ -39,10 +39,10 @@ class Pages(IntEnum):
ExportStatus.ERROR_MOUNT: _("Error mounting drive"),
ExportStatus.ERROR_EXPORT: _("Error during export"),
ExportStatus.ERROR_UNMOUNT_VOLUME_BUSY: _(
"Files were exported succesfully, but the USB device could not be unmounted."
"Files were exported successfully, but the USB device could not be unmounted."
),
ExportStatus.ERROR_EXPORT_CLEANUP: _(
"Files were exported succesfully, but some temporary files remain on disk."
"Files were exported successfully, but some temporary files remain on disk. "
rocodes marked this conversation as resolved.
Show resolved Hide resolved
"Reboot to remove them."
),
ExportStatus.SUCCESS_EXPORT: _("Export successful"),
Expand Down
4 changes: 2 additions & 2 deletions client/securedrop_client/locale/messages.pot
Expand Up @@ -300,10 +300,10 @@ msgstr ""
msgid "Error during export"
msgstr ""

msgid "Files were exported succesfully, but the USB device could not be unmounted."
msgid "Files were exported successfully, but the USB device could not be unmounted."
msgstr ""

msgid "Files were exported succesfully, but some temporary files remain on disk.Reboot to remove them."
msgid "Files were exported successfully, but some temporary files remain on disk. Reboot to remove them."
msgstr ""

msgid "Export successful"
Expand Down