diff --git a/static/js/services/alertify.js b/static/js/services/alertify.js index 4ef40b87..945edb38 100644 --- a/static/js/services/alertify.js +++ b/static/js/services/alertify.js @@ -61,7 +61,7 @@ define(["angular"], function(angular) { $templateCache.put('/dialogs/confirm.html', ''); // Add new template for prompt. - $templateCache.put('/dialogs/prompt.html', ''); + $templateCache.put('/dialogs/prompt.html', ''); var defaultMessages = { error: translation._("Error"),