refactor: rename all "popup" strings to "alert"

This commit is contained in:
Hachi-R
2024-11-06 20:44:56 -03:00
parent e7acce2dfc
commit aaee27732d
8 changed files with 16 additions and 16 deletions

View File

@@ -39,7 +39,7 @@ export class UserPreferences {
startMinimized: boolean;
@Column("boolean", { default: false })
disableNsfwPopup: boolean;
disableNsfwAlert: boolean;
@CreateDateColumn()
createdAt: Date;