We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ea73ee commit 891a478Copy full SHA for 891a478
src/settingsCategories.js
@@ -170,7 +170,7 @@ export const categories = {
170
setting: 'keyGoogleMapsApiKey',
171
},
172
{
173
- setting: 'keyBingMapsApiKey',
+ setting: 'keyAzureMapsApiKey',
174
175
],
176
src/settingsKeyMapping.js
@@ -344,8 +344,8 @@ const settingsKeyMapping = {
344
label: i18n.t('Google Maps API key'),
345
type: 'password',
346
347
- keyBingMapsApiKey: {
348
- label: i18n.t('Bing Maps API key'),
+ keyAzureMapsApiKey: {
+ label: i18n.t('Azure Maps API key'),
349
350
351
/* ============================================================================================================ */
0 commit comments