Merge pull request #13977 from prlanzarin/u24-boardwalk-emperor

fix: wrong locales keys on FallbackView
This commit is contained in:
Anton Georgiev 2021-12-23 10:28:54 -05:00 committed by GitHub
commit fc57e1f825
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,15 +6,15 @@ import { styles } from './styles';
const intlMessages = defineMessages({
title: {
id: 'app.error.fallback.view.title',
id: 'app.error.fallback.presentation.title',
description: 'title for presentation when fallback is showed',
},
description: {
id: 'app.error.fallback.view.description',
id: 'app.error.fallback.presentation.description',
description: 'description for presentation when fallback is showed',
},
reloadButton: {
id: 'app.error.fallback.view.reloadButton',
id: 'app.error.fallback.presentation.reloadButton',
description: 'Button label when fallback is showed',
},
});