Skip to content

Commit

Permalink
l10n omission fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kdmukai committed Nov 8, 2024
1 parent 29cb0c7 commit 6d19db1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/seedsigner/views/view.py
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ def __post_init__(self):

# TRANSLATOR_NOTE: Inserts the name of a settings option (e.g. "Persistent Settings" is currently...)
self.error_msg = _("\"{}\" is currently disabled in Settings.").format(
self.settings_entry.display_name,
_(self.settings_entry.display_name),
)


Expand Down

0 comments on commit 6d19db1

Please sign in to comment.