chore: bump migration dialog message number, remove unused UpdateText component (#577)

This commit is contained in:
Samuel Gunter
2025-04-02 10:00:05 -05:00
committed by GitHub
parent 7c2beef193
commit c3fa91752c
3 changed files with 1 additions and 72 deletions

View File

@@ -102,7 +102,7 @@ export function useMigrationDialog() {
{
title: 'This extension has updated!',
description:
"You may have already began planning your Spring '25 schedule. Click the button below to transfer your saved schedules into a new schedule. (You may be required to login to the UT Registrar)",
"You may have already began planning your Fall '25 schedule. Click the button below to transfer your saved schedules into a new schedule. (You may be required to login to the UT Registrar)",
buttons: close => <MigrationButtons close={close} />,
},