Media Library Web Search: Minor updates in settings editors (Lombiq Technologies: ORCH-206) (#8245)

This commit is contained in:
Benedek Farkas
2019-07-17 16:23:45 +02:00
committed by GitHub
parent 89c562c502
commit 5b7df36640
3 changed files with 3 additions and 3 deletions

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>