diff --git a/src/Angular.js b/src/Angular.js index 8502e1259ce3..0fe8570fa48b 100644 --- a/src/Angular.js +++ b/src/Angular.js @@ -1623,7 +1623,7 @@ function bootstrap(element, modules, config) { //Encode angle brackets to prevent input from being sanitized to empty string #8683 throw ngMinErr( 'btstrpd', - "App Already Bootstrapped with this Element '{0}'", + "App already bootstrapped with this element '{0}'", tag.replace(//,'>')); }