diff --git a/src/extensions/profile_management/index.ts b/src/extensions/profile_management/index.ts index 361ff92f4..88c6a6fc5 100644 --- a/src/extensions/profile_management/index.ts +++ b/src/extensions/profile_management/index.ts @@ -622,9 +622,10 @@ function unmanageGame(api: IExtensionApi, gameId: string, gameName?: string): Pr bbcode: 'This will uninstall all mods managed by vortex and delete all profiles ' + 'for "{{gameName}}", ' + 'potentially including associated savegames, ini files and everything else Vortex ' - + 'stores per-profile.
' - + '[color=red]This is irreversible and we will not warn again, continue only if ' - + 'you\'re sure this is what you want![/color]', + + 'stores per-profile.' + + '[br][/br][br][/br]' + + '[style=dialog-danger-text]This is irreversible and we will not warn again, continue only if ' + + 'you\'re sure this is what you want![/style]', message, parameters: { gameName: game?.name ?? gameName ?? api.translate(''),