From f2ab8c2fe260a12e354060a1a46653fe2f09e711 Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Wed, 29 Mar 2023 10:04:23 -0700 Subject: [PATCH] Fixes effect/affect error --- bookwyrm/templates/settings/imports/imports.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bookwyrm/templates/settings/imports/imports.html b/bookwyrm/templates/settings/imports/imports.html index 108003d85..8819220fb 100644 --- a/bookwyrm/templates/settings/imports/imports.html +++ b/bookwyrm/templates/settings/imports/imports.html @@ -28,7 +28,7 @@ >
{% trans "This is only intended to be used when things have gone very wrong with imports and you need to pause the feature while addressing issues." %} - {% trans "While imports are disabled, users will not be allowed to start new imports, but existing imports will not be effected." %} + {% trans "While imports are disabled, users will not be allowed to start new imports, but existing imports will not be affected." %}
{% csrf_token %}