This commit is contained in:
Gwendolyn 2024-12-20 12:36:04 +01:00
parent ef05647ec4
commit af472e57ef
2 changed files with 5 additions and 5 deletions

View file

@ -201,7 +201,7 @@ class Route:
restrictions_option = self.options.get('restrictions', 'normal')
if restrictions_option == "avoid":
options_summary.append(_('avoid restrictionss'))
options_summary.append(_('avoid restrictions'))
elif restrictions_option == "prefer":
options_summary.append(_('prefer restrictions'))