File tree Expand file tree Collapse file tree 1 file changed +11
-5
lines changed
packages/cmk-frontend-vue/src/mode-oauth2-connection/steps Expand file tree Collapse file tree 1 file changed +11
-5
lines changed Original file line number Diff line number Diff line change @@ -281,16 +281,22 @@ immediateWatch(
281281 <CmkAlertBox variant =" success" >
282282 {{ _t('OAuth2 connection parameters requested successfully!') }}
283283 </CmkAlertBox >
284- {{
285- _t(
286- 'Enter the Checkmk display title for this connection. You can then save and use the connection.'
287- )
288- }}
289284 <FormEdit
290285 v-model:data =" filteredData"
291286 :backend-validation =" filteredValidation"
292287 :spec =" filteredDictionary"
293288 />
289+ <span >
290+ {{ _t('Enter the Checkmk display title for this connection.') }}
291+ {{ _t('You can then') }}
292+ <b >
293+ {{ _t('save') }}
294+ </b >
295+ {{ _t('and use the connection.') }}
296+ </span >
297+ <span >
298+ {{ _t('Saving this connection will create three entries in the password store.') }}
299+ </span >
294300 </template >
295301 <CmkAlertBox v-else variant =" error" :heading =" errorTitle" >
296302 <template v-if =" errorDetails !== null " >{{ errorDetails }}</template >
You can’t perform that action at this time.
0 commit comments