Skip to content

Commit 4f96d82

Browse files
author
Saket Hatwar
committed
fix
1 parent 5c77f04 commit 4f96d82

File tree

3 files changed

+2
-29
lines changed

3 files changed

+2
-29
lines changed

locale/loris.pot

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -201,36 +201,9 @@ msgstr ""
201201
msgid "Scans"
202202
msgstr ""
203203

204-
msgid "Stage"
205-
msgstr ""
206-
207-
msgid "Send To DCC"
208-
msgstr ""
209-
210-
msgid "Sent To DCC"
211-
msgstr ""
212-
213-
msgid "Reverse Send To DCC"
214-
msgstr ""
215-
216-
msgid "Date of Birth"
217-
msgstr ""
218-
219-
msgid "Visits"
220-
msgstr ""
221-
222204
msgid "An error occured while loading the page."
223205
msgstr ""
224206

225-
msgid "Entity Type"
226-
msgstr ""
227-
228-
msgid "Scan Done"
229-
msgstr ""
230-
231-
msgid "Language"
232-
msgstr ""
233-
234207
# Data table strings
235208
msgid "{{pageCount}} rows displayed of {{totalCount}}."
236209
msgstr ""

modules/document_repository/jsx/editForm.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ class DocEditForm extends React.Component {
8080
// Data loading error
8181
if (this.state.error) {
8282
return <h3>{t('An error occured while loading the page.',
83-
{ns: 'document_repository'})}</h3>;
83+
{ns: 'loris'})}</h3>;
8484
}
8585
// Waiting for data to load
8686
if (!this.state.isLoaded) {

modules/document_repository/jsx/uploadForm.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ class DocUploadForm extends Component {
9393
const {t} = this.props;
9494
if (this.state.error) {
9595
return <h3>{t('An error occured while loading the page.',
96-
{ns: 'document_repository'})}</h3>;
96+
{ns: 'loris'})}</h3>;
9797
}
9898
// Waiting for data to load
9999
if (!this.state.isLoaded) {

0 commit comments

Comments
 (0)