Changes language from "deactivate" to "suspend"

This commit is contained in:
Mouse Reeve
2021-04-19 15:51:39 -07:00
parent 1542866b6c
commit da19089d34
5 changed files with 15 additions and 13 deletions

View File

@ -25,7 +25,7 @@ from .notifications import Notifications
from .outbox import Outbox
from .reading import edit_readthrough, create_readthrough, delete_readthrough
from .reading import start_reading, finish_reading, delete_progressupdate
from .reports import Report, Reports, make_report, resolve_report, deactivate_user
from .reports import Report, Reports, make_report, resolve_report, suspend_user
from .rss_feed import RssFeed
from .password import PasswordResetRequest, PasswordReset, ChangePassword
from .search import Search