Skip to content

Commit

Permalink
Normalize domain name for translation
Browse files Browse the repository at this point in the history
  • Loading branch information
fcollonval committed Jul 30, 2023
1 parent 2ca6b66 commit 24b45da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tourManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export class TourManager implements ITourManager {
this._stateDB = stateDB;
this._menu = mainMenu;
this._tours = new Map<string, TourHandler>();
this._trans = translator.load('jupyterlab-tour');
this._trans = translator.load('jupyterlab_tour');
this._translator = translator;

this._locale = {
Expand Down

0 comments on commit 24b45da

Please sign in to comment.