Skip to content

Commit

Permalink
Fix portal VC claim + QA (#309)
Browse files Browse the repository at this point in the history
* Update portal supporting VC claim in certificate verification
* Update portal with QA fixes
  • Loading branch information
fdelavega authored Dec 13, 2024
1 parent 2a6d399 commit ac51285
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions portal/bae-frontend/assets/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@
"_ticketing": "Ticketing System",
"_change_session": "Change session",
"_admin": "Administration",
"_publish": "Publish your service",
"_publish": "Publish your offerings",
"_register": "Register",
"_guidelines": "Guidelines",
"_onboarding": "Onboarding",
Expand Down Expand Up @@ -450,7 +450,7 @@
"_summary": "Product's summary",
"_create_prod": "Create product",
"_file_res": "File restrictions",
"_restrictions": "File size must be under 3MB. File names can only include alphabetical characters (A-Z, a-z) and a limited set of symbols, such as underscores (_), hyphens (-), and periods (.). "
"_restrictions": "File size must be under 3MB. File names can only include alphabetical characters (A-Z, a-z), numbers (0-9) and a limited set of symbols, such as underscores (_), hyphens (-), and periods (.). "
},
"UPDATE_PROD_SPEC":{
"_back": "Back",
Expand Down
4 changes: 2 additions & 2 deletions portal/bae-frontend/assets/i18n/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@
"_ticketing": "Ticketing System",
"_change_session": "Change session",
"_admin": "Administration",
"_publish": "Publish your service",
"_publish": "Publish your offerings",
"_register": "Register",
"_guidelines": "Guidelines",
"_onboarding": "Onboarding",
Expand Down Expand Up @@ -450,7 +450,7 @@
"_summary": "Product's summary",
"_create_prod": "Create product",
"_file_res": "File restrictions",
"_restrictions": "File size must be under 3MB. File names can only include alphabetical characters (A-Z, a-z) and a limited set of symbols, such as underscores (_), hyphens (-), and periods (.). "
"_restrictions": "File size must be under 3MB. File names can only include alphabetical characters (A-Z, a-z), numbers (0-9) and a limited set of symbols, such as underscores (_), hyphens (-), and periods (.). "
},
"UPDATE_PROD_SPEC":{
"_back": "Back",
Expand Down
2 changes: 1 addition & 1 deletion portal/bae-frontend/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@
<body class="h-screen bg-white dark:bg-gray-900"> <!-- class="dark:bg-gray-900" style="background-image: url('assets/logos/dome-logo-element-colour.png');"-->
<app-root></app-root>
<!--<script src="https://cdnjs.cloudflare.com/ajax/libs/flowbite/1.8.1/flowbite.min.js"></script>-->
<script src="runtime.a6c447aa891d1500.js" type="module"></script><script src="polyfills.91ffa46fa0a1d50f.js" type="module"></script><script src="main.fbeba370677464aa.js" type="module"></script></body>
<script src="runtime.a6c447aa891d1500.js" type="module"></script><script src="polyfills.91ffa46fa0a1d50f.js" type="module"></script><script src="main.53b76158469d0a52.js" type="module"></script></body>
</html>
1 change: 1 addition & 0 deletions portal/bae-frontend/main.53b76158469d0a52.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion portal/bae-frontend/main.fbeba370677464aa.js

This file was deleted.

0 comments on commit ac51285

Please sign in to comment.