diff --git a/hermit/shards/interface.py b/hermit/shards/interface.py
index 18dc46f..ecb81fa 100644
--- a/hermit/shards/interface.py
+++ b/hermit/shards/interface.py
@@ -220,8 +220,8 @@ def enter_group_information(self) -> Tuple[int, List[Tuple[int, int]]]:
print_formatted_text(
HTML(
"""
-Each of the Q groups is itself broken into m shards, n of which are
-required to unlock the group (n of m shards).
+Each of the Q groups is itself broken into n shards, m of which are
+required to unlock the group (m of n shards).
Unlocking the wallet requires unlocking P groups and unlocking each
group requires unlocking n shards for that group.
@@ -235,7 +235,7 @@ def enter_group_information(self) -> Tuple[int, List[Tuple[int, int]]]:
)
)
input_error_message = HTML(
- "Please enter a shard configuration in the form 'n of m' where n and m are small integers."
+ "Please enter a shard configuration in the form 'm of n' where n and m are small integers."
)
while True:
try: