File tree Expand file tree Collapse file tree 3 files changed +2
-29
lines changed
modules/document_repository/jsx Expand file tree Collapse file tree 3 files changed +2
-29
lines changed Original file line number Diff line number Diff line change @@ -201,36 +201,9 @@ msgstr ""
201201msgid "Scans"
202202msgstr ""
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-
222204msgid "An error occured while loading the page."
223205msgstr ""
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
235208msgid "{{pageCount}} rows displayed of {{totalCount}}."
236209msgstr ""
Original file line number Diff line number Diff 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 ) {
Original file line number Diff line number Diff 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 ) {
You can’t perform that action at this time.
0 commit comments