From 34e479dcfc170e3af5c81493b9c9eb604c8f88bb Mon Sep 17 00:00:00 2001 From: j Date: Fri, 17 Jan 2020 23:33:40 +0100 Subject: [PATCH] could be collection too --- source/UI/js/Form/Filter.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/UI/js/Form/Filter.js b/source/UI/js/Form/Filter.js index 9f427886..1ad8fa25 100644 --- a/source/UI/js/Form/Filter.js +++ b/source/UI/js/Form/Filter.js @@ -28,6 +28,7 @@ Ox.Filter = function(options, self) { .defaults({ findKeys: [], list: null, + listName: Ox._('Smart List'), sortKeys: [], value: { conditions: [], @@ -174,7 +175,7 @@ Ox.Filter = function(options, self) { }) ], separators: [ - {title: Ox._('Save as Smart List'), width: 112} + {title: Ox._('Save as {0}', [self.options.listName]), width: 112} ] });