diff --git a/packages/rocketchat-ui/package.js b/packages/rocketchat-ui/package.js index 54791920de1..a8158ee766a 100644 --- a/packages/rocketchat-ui/package.js +++ b/packages/rocketchat-ui/package.js @@ -80,7 +80,7 @@ Package.onUse(function(api) { api.addFiles('views/404/roomNotFound.html', 'client'); api.addFiles('views/404/invalidSecretURL.html', 'client'); api.addFiles('views/app/audioNotification.html', 'client'); - api.addFiles('views/app/burguer.html', 'client'); + api.addFiles('views/app/burger.html', 'client'); api.addFiles('views/app/home.html', 'client'); api.addFiles('views/app/notAuthorized.html', 'client'); api.addFiles('views/app/pageContainer.html', 'client'); @@ -98,7 +98,7 @@ Package.onUse(function(api) { api.addFiles('views/fxos.coffee', 'client'); api.addFiles('views/modal.coffee', 'client'); api.addFiles('views/404/roomNotFound.coffee', 'client'); - api.addFiles('views/app/burguer.coffee', 'client'); + api.addFiles('views/app/burger.coffee', 'client'); api.addFiles('views/app/home.coffee', 'client'); api.addFiles('views/app/privateHistory.coffee', 'client'); api.addFiles('views/app/room.coffee', 'client'); diff --git a/packages/rocketchat-ui/views/app/burguer.coffee b/packages/rocketchat-ui/views/app/burger.coffee similarity index 100% rename from packages/rocketchat-ui/views/app/burguer.coffee rename to packages/rocketchat-ui/views/app/burger.coffee diff --git a/packages/rocketchat-ui/views/app/burguer.html b/packages/rocketchat-ui/views/app/burger.html similarity index 100% rename from packages/rocketchat-ui/views/app/burguer.html rename to packages/rocketchat-ui/views/app/burger.html