Skip to content

Commit

Permalink
Updated text in migration version query
Browse files Browse the repository at this point in the history
  • Loading branch information
leylayaltiligil committed Aug 28, 2024
1 parent 109fea4 commit 9249863
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion migrations/versions/0399_change_feature_toggles_text.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def upgrade():
(name, is_enabled, display_html) \
VALUES \
('service_is_not_live', false, \
'This is a trial mode service......')"
'This account is in trial mode. You cannot send alerts out to the public.')"
)


Expand Down

0 comments on commit 9249863

Please sign in to comment.