mirror of
https://github.com/p-stream/p-stream.git
synced 2026-03-11 17:55:33 +00:00
fix translation string
This commit is contained in:
parent
bd927616d9
commit
99bf5b545d
1 changed files with 1 additions and 1 deletions
|
|
@ -648,7 +648,7 @@ export function MigrationUploadPage() {
|
|||
<div className="flex items-center gap-2">
|
||||
<Icon icon={Icons.CLOCK} className="text-xl" />
|
||||
<span className="font-medium">
|
||||
{t("migration.preview.items.watchHistory")}
|
||||
{t("migration.preview.items.progress")}
|
||||
</span>
|
||||
</div>
|
||||
<div className="text-xl font-bold mt-2">
|
||||
|
|
|
|||
Loading…
Reference in a new issue