Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Petter H. Juliussen committed Oct 27, 2023
1 parent e3bc79a commit fc5b0af
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions src/components/ApiClientCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,9 @@
<pkt-alert v-if="visibleSecret" skin="warning" class="mb-size-16">
<i18n path="integration.warning.secret" tag="p">
<template #closeLink>
<a href="#" @click="$emit('hide-secret')">
{{ $t('integration.warning.secretCloseText') }}
</a>
<a href="#" @click="$emit('hide-secret')">{{
$t('integration.warning.secretCloseText')
}}</a>
</template>
</i18n>
</pkt-alert>
Expand Down
4 changes: 2 additions & 2 deletions src/locale/locales/en-US.json
Original file line number Diff line number Diff line change
Expand Up @@ -666,7 +666,7 @@
}
},
"integration": {
"info": "Our API offers endpoints to automate updating of key results and measurements. In order to make use of the API, an API client must be created. For each client, an unique ID and secret is generated which must be added as request headers ({clientIdHeader}, {clientSecretHeader}) to each API call. This in addition to a separate API key ({apiKeyHeader}). It is recommended to create a separate client for each application that integrates with the API. This makes it easier to keep track of each application and secrets in use.",
"info": "Our API offers endpoints to automate updating of key results and measurements. In order to make use of the API, an API client must be created. For each client, a unique ID and secret is generated which must be added as request headers ({clientIdHeader}, {clientSecretHeader}) to each API call. This in addition to a separate API key ({apiKeyHeader}). It is recommended to create a separate client for each application that integrates with the API. This makes it easier to keep track of each application and secrets in use.",
"placeholderTitle": "New client",
"clientId": "Client ID",
"clientSecret": "Secret",
Expand Down Expand Up @@ -703,7 +703,7 @@
"secretCloseText": "I'm done",
"delete": "When deleting, all running applications which uses this client will stop working.",
"rotate": "When rotating, all running applications which uses the old secret will stop working.",
"deprecation": "It is no longer possible to add/edit the API secret here. Please visit the 'integrations' tab in the menu to create a new API client. The old secret wil still work for the time being:"
"deprecation": "It is no longer possible to add/edit the API secret here. Please visit the 'integrations' tab in the menu to create a new API client. The old secret will still work for the time being:"
},
"error": {
"loading": "Could not fetch clients: {error}."
Expand Down
4 changes: 2 additions & 2 deletions src/locale/locales/nb-NO.json
Original file line number Diff line number Diff line change
Expand Up @@ -680,8 +680,8 @@
"tag": {
"created": "Opprettet {when} av {name}",
"edited": "Sist endret {when} av {name}",
"lastRotated": "Sist rotert {when}",
"lastActivity": "Sist aktiv {when}",
"lastRotated": "Sist rotert for {when}",
"lastActivity": "Sist aktiv for {when}",
"noActivity": "Ingen aktivitet registrert enda"
},
"empty": {
Expand Down

0 comments on commit fc5b0af

Please sign in to comment.