diff --git a/bookwyrm/templates/import/import.html b/bookwyrm/templates/import/import.html index f3062a447..394606c53 100644 --- a/bookwyrm/templates/import/import.html +++ b/bookwyrm/templates/import/import.html @@ -17,8 +17,14 @@ {% if site.imports_enabled %} {% if import_size_limit and import_limit_reset %}
-

{% blocktrans %}Currently you are allowed to import {{ import_size_limit }} books every {{ import_limit_reset }} days.{% endblocktrans %}

-

{% blocktrans %}You have {{ allowed_imports }} left.{% endblocktrans %}

+

+ {% blocktrans count days=import_limit_reset with display_size=import_size_limit|intcomma %} + Currently, you are allowed to import {{ display_size }} books every {{ import_limit_reset }} day. + {% plural %} + Currently, you are allowed to import {{ import_size_limit }} books every {{ import_limit_reset }} days. + {% endblocktrans %} +

+

{% blocktrans with display_left=allowed_imports|intcomma %}You have {{ display_left }} left.{% endblocktrans %}

{% endif %} {% if recent_avg_hours or recent_avg_minutes %}