We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92192ed commit bff0b43Copy full SHA for bff0b43
1 file changed
home/migrations/0001_initial.py
@@ -496,8 +496,8 @@ class Migration(migrations.Migration):
496
('created_at', models.DateTimeField(auto_now_add=True)),
497
],
498
options={
499
- 'verbose_name': 'Security Awareness Quote',
500
- 'verbose_name_plural': 'Security Awareness Quotes',
+ 'verbose_name': 'Daily Security Tip',
+ 'verbose_name_plural': 'Daily Security Tips',
501
},
502
),
503
migrations.CreateModel(
0 commit comments