diff --git a/public/javascripts/aspects-dropdown.js b/public/javascripts/aspects-dropdown.js index 68ceed210..61f035d17 100644 --- a/public/javascripts/aspects-dropdown.js +++ b/public/javascripts/aspects-dropdown.js @@ -29,12 +29,7 @@ var AspectsDropdown = { var message = Diaspora.I18n.t("aspect_dropdown.started_sharing_with", {name: dropdown.data('person-short-name')}); Diaspora.page.flashMessages.render({success: true, notice: message}); } - }else if (number < 3) { - replacement = Diaspora.I18n.t('aspect_dropdown.toggle', { count: number.toString()}) - }else if (number > 3) { - replacement = Diaspora.I18n.t('aspect_dropdown.toggle', { count: number.toString()}) }else { - //the above one are a tautology, but I want to have them here once for once we figure out a neat way i18n them replacement = Diaspora.I18n.t('aspect_dropdown.toggle', { count: number.toString()}) }