From 848c6f7a52d07fdb90d71f785222bc9912324240 Mon Sep 17 00:00:00 2001 From: Juanfran Date: Thu, 11 Dec 2014 15:01:44 +0100 Subject: [PATCH] fix #1792 - fix edit us submit button text --- app/coffee/modules/common/lightboxes.coffee | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/coffee/modules/common/lightboxes.coffee b/app/coffee/modules/common/lightboxes.coffee index 685a0c91..16352d10 100644 --- a/app/coffee/modules/common/lightboxes.coffee +++ b/app/coffee/modules/common/lightboxes.coffee @@ -257,7 +257,7 @@ CreateEditUserstoryDirective = ($repo, $model, $rs, $rootScope, lightboxService, }) # Update texts for creation - $el.find(".button-green span").html("Create") #TODO: i18n + $el.find(".button-green").html("Create") #TODO: i18n $el.find(".title").html("New user story ") #TODO: i18n $el.find(".blocked-note").addClass("hidden") @@ -272,7 +272,7 @@ CreateEditUserstoryDirective = ($repo, $model, $rs, $rootScope, lightboxService, $scope.isNew = false # Update texts for edition - $el.find(".button-green span").html("Save") #TODO: i18n + $el.find(".button-green").html("Save") #TODO: i18n $el.find(".title").html("Edit user story ") #TODO: i18n # Update requirement info (team, client or blocked)