Skip to content

Commit a7a6d1b

Browse files
committed
Fix Klaro i18n issue
Caused by a merge mistake in DSpace#1975
1 parent 2ffd732 commit a7a6d1b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/shared/cookies/browser-klaro.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ const LAZY_KLARO = new InjectionToken<Promise<any>>(
4949
'Lazily loaded Klaro',
5050
{
5151
providedIn: 'root',
52-
factory: async () => (await import('klaro')),
52+
factory: async () => (await import('klaro/dist/klaro-no-translations')),
5353
}
5454
);
5555

0 commit comments

Comments
 (0)