forked from Shinonome/dots-hyprland
Add left sidebar translation
This commit is contained in:
@@ -145,7 +145,7 @@ export default () => {
|
||||
if (mpris)
|
||||
label.label = `${trimTrackTitle(mpris.trackTitle)} • ${mpris.trackArtists.join(', ')}`;
|
||||
else
|
||||
label.label = 'No media';
|
||||
label.label = getString('No media');
|
||||
}),
|
||||
})
|
||||
const musicStuff = Box({
|
||||
|
||||
Reference in New Issue
Block a user