File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 331331 'autocomplete ' => 'off '
332332]);
333333$ field ->setLabel ($ addon ->i18n ('filepond_settings_gemini_api_key ' ));
334- $ field ->setNotice ($ addon ->i18n ('filepond_settings_gemini_api_key_notice ' , '<a href="https://aistudio.google.com/apikey" target="_blank">Google AI Studio</a> ' ));
334+ $ field ->setNotice (sprintf ( $ addon ->i18n ('filepond_settings_gemini_api_key_notice ' ) , '<a href="https://aistudio.google.com/apikey" target="_blank">Google AI Studio</a> ' ));
335335
336336$ form ->addRawField ('</div> ' );
337337$ form ->addRawField ('<div class="col-sm-6"> ' );
365365 'autocomplete ' => 'off '
366366]);
367367$ field ->setLabel ($ addon ->i18n ('filepond_settings_cloudflare_token ' ));
368- $ field ->setNotice ($ addon ->i18n ('filepond_settings_cloudflare_token_notice ' , '<a href="https://dash.cloudflare.com/profile/api-tokens" target="_blank">Cloudflare Dashboard</a> ' ));
368+ $ field ->setNotice (sprintf ( $ addon ->i18n ('filepond_settings_cloudflare_token_notice ' ) , '<a href="https://dash.cloudflare.com/profile/api-tokens" target="_blank">Cloudflare Dashboard</a> ' ));
369369
370370$ form ->addRawField ('</div> ' );
371371$ form ->addRawField ('<div class="col-sm-6"> ' );
376376 'autocomplete ' => 'off '
377377]);
378378$ field ->setLabel ($ addon ->i18n ('filepond_settings_cloudflare_account_id ' ));
379- $ field ->setNotice ($ addon ->i18n ('filepond_settings_cloudflare_account_id_notice ' , '<a href="https://dash.cloudflare.com/" target="_blank">Workers & Pages</a> ' ));
379+ $ field ->setNotice (sprintf ( $ addon ->i18n ('filepond_settings_cloudflare_account_id_notice ' ) , '<a href="https://dash.cloudflare.com/" target="_blank">Workers & Pages</a> ' ));
380380
381381$ form ->addRawField ('</div> ' );
382382$ form ->addRawField ('</div> ' ); // Ende row
You can’t perform that action at this time.
0 commit comments