Skip to content

Commit 891a478

Browse files
authored
feat: add new settings for Azure maps API key (#1442)
1 parent 7ea73ee commit 891a478

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/settingsCategories.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ export const categories = {
170170
setting: 'keyGoogleMapsApiKey',
171171
},
172172
{
173-
setting: 'keyBingMapsApiKey',
173+
setting: 'keyAzureMapsApiKey',
174174
},
175175
],
176176
},

src/settingsKeyMapping.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -344,8 +344,8 @@ const settingsKeyMapping = {
344344
label: i18n.t('Google Maps API key'),
345345
type: 'password',
346346
},
347-
keyBingMapsApiKey: {
348-
label: i18n.t('Bing Maps API key'),
347+
keyAzureMapsApiKey: {
348+
label: i18n.t('Azure Maps API key'),
349349
type: 'password',
350350
},
351351
/* ============================================================================================================ */

0 commit comments

Comments
 (0)