Skip to content

Commit

Permalink
UIPBEX-10 Rename Bursar to Transfer criteria (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
NikitaSedyx authored Jun 4, 2021
1 parent 926ed72 commit 13b387a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/BursarExports.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export const BursarExports = () => {
if (isLoading) {
return (
<LoadingPane
paneTitle={formatMessage({ id: 'ui-plugin-bursar-export.bursarExports' })}
paneTitle={formatMessage({ id: 'ui-plugin-bursar-export.meta.title' })}
defaultWidth="fill"
footer={paneFooter}
/>
Expand All @@ -82,7 +82,7 @@ export const BursarExports = () => {
defaultWidth="fill"
footer={paneFooter}
id="pane-batch-group-configuration"
paneTitle={formatMessage({ id: 'ui-plugin-bursar-export.bursarExports' })}
paneTitle={formatMessage({ id: 'ui-plugin-bursar-export.meta.title' })}
>
<BursarExportsConfiguration
initialValues={bursarConfig}
Expand Down

0 comments on commit 13b387a

Please sign in to comment.