Skip to content

Commit

Permalink
Merge pull request #187 from jdm135/master
Browse files Browse the repository at this point in the history
Update verbiage for carousel component action links.
  • Loading branch information
DanielHindi committed Feb 2, 2016
2 parents e466a83 + c7a80cc commit 075a372
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/buildfire/components/carousel/carousel.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 075a372

Please sign in to comment.