mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2026-02-09 09:16:41 +08:00
Media Library Web Search: Minor updates in settings editors (Lombiq Technologies: ORCH-206) (#8245)
This commit is contained in:
@@ -7,5 +7,5 @@
|
||||
<span class="hint">@T("Your private key.")</span>
|
||||
</div>
|
||||
|
||||
@T("Get a free API Key on {0}.", Html.Raw("<a href=\"https://azure.microsoft.com/en-us/services/cognitive-services/bing-web-search-api\">Azure</a>"))
|
||||
@T("Get a free API Key on <a href=\"https://azure.microsoft.com/en-us/services/cognitive-services/bing-web-search-api\">Azure</a>.")
|
||||
</fieldset>
|
||||
@@ -10,5 +10,5 @@
|
||||
<span class="hint">@T("Your search engine ID aka cx.")</span>
|
||||
</div>
|
||||
|
||||
@T("Get a free API Key on {0}. Also, you need to create custom search engine at {1} based on your search criteria.", Html.Raw("<a href=\"https://console.developers.google.com/\">Google API Console</a>"), Html.Raw("<a href=\"https://cse.google.com/cse/create/new\">Google Custom Search<a>"))
|
||||
@T("Get a free API Key on <a href=\"https://console.developers.google.com/\">Google API Console</a>. Also, you need to create custom search engine at <a href=\"https://cse.google.com/cse/create/new\">Google Custom Search<a> based on your search criteria.")
|
||||
</fieldset>
|
||||
@@ -7,5 +7,5 @@
|
||||
<span class="hint">@T("Your private key.")</span>
|
||||
</div>
|
||||
|
||||
@T("Get a free API Key on {0}.", Html.Raw("<a href=\"https://pixabay.com/api/docs\">Pixabay</a>"))
|
||||
@T("Get a free API Key on <a href=\"https://pixabay.com/api/docs\">Pixabay</a>.")
|
||||
</fieldset>
|
||||
Reference in New Issue
Block a user