Skip to content

Commit

Permalink
phrasing
Browse files Browse the repository at this point in the history
  • Loading branch information
Kunsi committed Oct 1, 2024
1 parent dd01e00 commit f8951f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend.py
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ def content_request_review(asset_id):
asset["id"], g.user
)
)
moderation_message += "It was auto-confirmed because user is an admin."
moderation_message += "It was automatically confirmed because user is an admin."
else:
moderation_url = url_for("content_moderate", asset_id=asset_id, _external=True)
app.logger.info(
Expand Down

0 comments on commit f8951f7

Please sign in to comment.