mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-18 07:23:13 +00:00
Fix JS code style
This commit is contained in:
@@ -36,9 +36,9 @@ define([
|
||||
} else {
|
||||
return i18n.t(
|
||||
options.length === 1 ? "one_collection_selected": "collections_selected", {
|
||||
postProcess: "sprintf",
|
||||
sprintf: [options.length]
|
||||
}) + ' <b class="caret"></b>';
|
||||
postProcess: "sprintf",
|
||||
sprintf: [options.length]
|
||||
}) + ' <b class="caret"></b>';
|
||||
}
|
||||
}
|
||||
});
|
||||
|
Reference in New Issue
Block a user