Fix tsc issue of incorrect translation key

This commit is contained in:
schroda
2024-05-24 14:04:19 +02:00
parent fee93c22eb
commit 3492c103a7

View File

@@ -149,7 +149,7 @@ export const LibraryDuplicates = () => {
if (error) {
return (
<EmptyViewAbsoluteCentered
message={t('')}
message={t('global.error.label.failed_to_load_data')}
messageExtra={error.message}
retry={() => refetch().catch(defaultPromiseErrorHandler('LibraryDuplicates::refetch'))}
/>