Skip to content

Commit

Permalink
Change api selected as default message (#3089)
Browse files Browse the repository at this point in the history
  • Loading branch information
pablomarga authored Mar 22, 2021
1 parent d7a5333 commit 064fbbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/controllers/settings/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ export class SettingsController {
this.$scope.$applyAsync();
const idApi = api.id;

ErrorHandler.info(`${idApi} set as default`);
ErrorHandler.info(`API with id ${idApi} set as default`);

this.getCurrentAPIIndex();
const extensions = await AppState.getExtensions(id);
Expand Down

0 comments on commit 064fbbb

Please sign in to comment.