Skip to content

Commit

Permalink
FORMS-1701: resource key typo (bcgov#1574)
Browse files Browse the repository at this point in the history
Admin / External API Send API Key i18n key typo

Signed-off-by: Jason Sherman <[email protected]>
  • Loading branch information
usingtechnology authored Jan 10, 2025
1 parent 0ef4394 commit 4b48a6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/frontend/src/components/admin/AdminAPIsTable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ async function saveItem() {
>
<template #label>
<span :class="{ 'mr-2': isRTL }" :lang="lang">
{{ $t('trans.externalAPI.formSendApiKeynpm run migrate') }}
{{ $t('trans.externalAPI.formSendApiKey') }}
</span>
</template>
</v-checkbox>
Expand Down

0 comments on commit 4b48a6c

Please sign in to comment.