Merge pull request #2768 from bookwyrm-social/grammar

Fixes effect/affect error
This commit is contained in:
Mouse Reeve 2023-03-29 18:46:14 -07:00 committed by GitHub
commit 74df7511e7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,7 +28,7 @@
> >
<div class="notification"> <div class="notification">
{% 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 "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." %}
</div> </div>
{% csrf_token %} {% csrf_token %}
<div class="control"> <div class="control">