Skip to content

Commit 9197ffa

Browse files
authored
fix: bogus change to trigger release-please (#6588)
1 parent 196971a commit 9197ffa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/cowswap-frontend/src/lib/i18n.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export function Provider({ locale, onActivate, children }: ProviderProps): React
4242
dynamicActivate(locale, isInternationalizationEnabled)
4343
.then(() => onActivate?.(locale))
4444
.catch((error) => {
45-
console.error('Failed to activate locale', locale, error)
45+
console.error('Failed to activate locale: ', locale, error)
4646
})
4747
}, [locale, onActivate, isInternationalizationEnabled])
4848

0 commit comments

Comments
 (0)