Skip to content

Commit

Permalink
add translation for org label
Browse files Browse the repository at this point in the history
  • Loading branch information
SeongHo Park committed Jul 3, 2024
1 parent 69ef402 commit c339113
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion frontend/src/lib/i18n/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,8 @@ the [Linguistics Institute at Payap University](https://li.payap.ac.th/) in Chia
"retention_policy": "Purpose",
"submit": "Create Project",
"requested": "Your request for project {name} has been submitted.",
"request": "Request Project"
"request": "Request Project",
"org": "Organization"
},
"table": {
"name": "Name",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@
<DevContent>
<Select
id="org"
label={'Orgs'}
label={$t('project.create.org')}
bind:value={$form.orgId}
error={$errors.orgId}
on:change
Expand Down

0 comments on commit c339113

Please sign in to comment.