Skip to content

Commit 01fab65

Browse files
committed
Minor text changes
1 parent fb69486 commit 01fab65

2 files changed

Lines changed: 7 additions & 6 deletions

File tree

packaging/linux/LRCGET.metainfo.xml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,13 @@
4242
<release version="2.0.0" date="2026-04-21">
4343
<description>
4444
<ul>
45-
<li>Add support for Lyricsfile - open and modern lyrics format in YAML syntax</li>
46-
<li>New lyrics editor with word-sync support</li>
47-
<li>Incremental scanning of library tracks</li>
48-
<li>Independent internal lyrics database without touching tracks' directories, with optional, separate lyrics export feature</li>
45+
<li>Add support for Lyricsfile — an open, extensible lyrics format in YAML syntax</li>
46+
<li>Brand new lyrics editor with word-by-word sync support</li>
47+
<li>Incremental scanning support</li>
48+
<li>Export lyrics is now optional</li>
4949
<li>Persistent volume slider state</li>
50-
<li>Update node and cargo dependencies</li>
50+
<li>Update dependencies</li>
51+
<li>Other minor improvements</li>
5152
</ul>
5253
</description>
5354
</release>

src/components/library/my-lrclib/AssociateTrackModal.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<template>
22
<BaseModal
3-
title="Associate track"
3+
title="Choose a reference track"
44
content-class="w-full max-w-xl h-full max-h-[80vh]"
55
body-class="flex flex-col h-full"
66
:close-button="true"

0 commit comments

Comments
 (0)