Skip to content

Commit

Permalink
[Upd #18] Changed label of record status
Browse files Browse the repository at this point in the history
  • Loading branch information
LaChope authored and blcham committed Dec 17, 2023
1 parent 39eba0e commit d1dd48a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion js/i18n/cs.js
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ export default {
'records.id': 'Id',
'records.form-template': 'Šablona',
'records.local-name': 'Název',
'records.completion-status': 'Stav vyplnění',
'records.completion-status': 'Stav',
'records.completion-status-tooltip.complete': 'Všechny povinné informace ze záznamu byly vyplněny.',
'records.completion-status-tooltip.incomplete': 'Některé povinné informace ze záznamu ještě nebyly vyplněny.',
'records.completion-status-tooltip.rejected': 'Formulář byl odmítnut',
Expand Down
2 changes: 1 addition & 1 deletion js/i18n/en.js
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ export default {
'records.id': 'Id',
'records.form-template': 'Template',
'records.local-name': 'Name',
'records.completion-status': 'Completion status',
'records.completion-status': 'Status',
'records.completion-status-tooltip.complete': 'All required fields of the record have been filled out.',
'records.completion-status-tooltip.incomplete': 'Some of the required fields of the record have not yet been filled out.',
'records.completion-status-tooltip.rejected': 'The form was rejected',
Expand Down

0 comments on commit d1dd48a

Please sign in to comment.