From c7a80ccf9d160072bb8d2db184c48184e41a2b0f Mon Sep 17 00:00:00 2001 From: John Marcus Date: Tue, 2 Feb 2016 12:31:08 -0800 Subject: [PATCH] Update verbiage for carousel component action links. --- scripts/buildfire/components/carousel/carousel.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/buildfire/components/carousel/carousel.js b/scripts/buildfire/components/carousel/carousel.js index 90ea2221..6e7d5d7d 100644 --- a/scripts/buildfire/components/carousel/carousel.js +++ b/scripts/buildfire/components/carousel/carousel.js @@ -140,7 +140,7 @@ buildfire.components.carousel.editor.prototype = { image.src = buildfire.components.carousel._resizeImage(item.iconUrl, { width: 80, height: 40 }); title.innerHTML = item.title; - editButton.innerHTML = (item.action && item.action != "noAction") ? "Edit Action" : "Add Action"; + editButton.innerHTML = (item.action && item.action != "noAction") ? "Edit Action/Link" : "Add Action/Link"; // Append elements to the DOM wrapper.appendChild(moveHandle);