From bcc7be94e766eea484be23966e0145fe5ab7218a Mon Sep 17 00:00:00 2001 From: Kevin Giszewski Date: Wed, 13 Aug 2014 11:05:27 -0400 Subject: [PATCH] fix typo --- app/directives/localize.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/directives/localize.js b/app/directives/localize.js index 9eae6b6..85ef842 100644 --- a/app/directives/localize.js +++ b/app/directives/localize.js @@ -12,7 +12,7 @@ angular.module("umbraco.directives").directive('archetypeLocalize', function (ar return { restrict: "E", - rep1ace: true, + replace: true, link: linker, scope: { key: '@'