From 53f725ae080948fd083e15ce6ffc3a0fbd76ec01 Mon Sep 17 00:00:00 2001 From: marco Date: Thu, 27 Aug 2015 22:26:00 +0200 Subject: [PATCH] Rename batch actions to avoid repeating "list". --- assets/js/src/subscribers/listing.jsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/assets/js/src/subscribers/listing.jsx b/assets/js/src/subscribers/listing.jsx index b7081db4f7..2a0cc27880 100644 --- a/assets/js/src/subscribers/listing.jsx +++ b/assets/js/src/subscribers/listing.jsx @@ -352,7 +352,7 @@ define( var actions = [ { name: 'move', - label: 'Move to list...', + label: 'Move to...', onSelect: function(e) { // display list selector jQuery(e.target).after( @@ -379,11 +379,11 @@ define( }, { name: 'add', - label: 'Add to list...' + label: 'Add to...' }, { name: 'remove', - label: 'Remove from list...' + label: 'Remove from...' } ]; @@ -396,4 +396,4 @@ define( ); } } -); \ No newline at end of file +);